From: Richard Purdie Date: Thu, 12 Nov 2009 22:30:07 +0000 (+0000) Subject: dbus-native: The native version should have the install fix applied else a wrapper... X-Git-Tag: Release-2010-05/1~1696 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c3bb2bf4504b194cf3c606e1d016cf0f98a5201;p=openembedded.git dbus-native: The native version should have the install fix applied else a wrapper is installed into staging which fails with rm_work Signed-off-by: Richard Purdie --- diff --git a/recipes/dbus/dbus-native_1.2.1.bb b/recipes/dbus/dbus-native_1.2.1.bb index 2b1610ee49..472b7e8154 100644 --- a/recipes/dbus/dbus-native_1.2.1.bb +++ b/recipes/dbus/dbus-native_1.2.1.bb @@ -1,5 +1,5 @@ require dbus.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" RRECOMMENDS_${PN} = "" RDEPENDS_${PN} = "" inherit native @@ -11,6 +11,7 @@ SRC_URI = "\ 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 \ "