dbus_%.bbappend 331 Bytes
Newer Older
1
FILESEXTRAPATHS_prepend := "${THISDIR}/dbus:"
2
SRC_URI += "file://0001-dbus-sysdeps-Don-t-check-suid-bit-before-accessing-e.patch \
3 4 5
            file://session-local.conf"

do_install_append() {
6
    install -d ${D}/usr/share/dbus-1/session.d/
7 8
    cp ${WORKDIR}/session-local.conf ${D}/usr/share/dbus-1/session.d/session-local.conf
}