[oe-commits] Richard Purdie : dbus-native: The native version should have the install fix applied else a wrapper is installed into staging which fails with rm_work

git version control git at git.openembedded.org
Thu Nov 12 22:35:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2c3bb2bf4504b194cf3c606e1d016cf0f98a5201
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2c3bb2bf4504b194cf3c606e1d016cf0f98a5201

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu Nov 12 22:30:07 2009 +0000

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 <rpurdie at linux.intel.com>

---

 recipes/dbus/dbus-native_1.2.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/dbus/dbus-native_1.2.1.bb b/recipes/dbus/dbus-native_1.2.1.bb
index 2b1610e..472b7e8 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 \
 "
 





More information about the Openembedded-commits mailing list