DEPENDS = "glib-2.0-native libxml2-native expat-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
+PR = "r1"
do_stage() {
oe_runmake install
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://cross.patch;patch=1 \
file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
file://dbus-1.init \
"
S = "${WORKDIR}/dbus-${PV}"
include dbus.inc
-PR = "r1"
+PR = "r2"
-SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1"
+SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1 \
+ file://fix-install-daemon.patch;patch=1 "