From 2c3bb2bf4504b194cf3c606e1d016cf0f98a5201 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 Nov 2009 22:30:07 +0000 Subject: 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 --- recipes/dbus/dbus-native_1.2.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/dbus') 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 \ " -- cgit 1.2.3-korg