dbus-native: Apply install fix patch to ensure the version of dbus-daemon in staging is not a wrapper

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-12 22:41:14 +00:00
parent b5b6b222bc
commit ce3ef9f4e8
5 changed files with 3 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r3"
PR = "r4"
do_stage() {
oe_runmake install

View File

@@ -3,7 +3,7 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r3"
PR = "r4"
do_stage() {
oe_runmake install

View File

@@ -8,6 +8,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 \
file://99_dbus \
"

View File

@@ -3,5 +3,3 @@ include dbus.inc
PR = "r1"
inherit update-rc.d
SRC_URI += "file://fix-install-daemon.patch;patch=1 "

View File

@@ -3,5 +3,3 @@ include dbus.inc
PR = "r1"
inherit update-rc.d
SRC_URI += "file://fix-install-daemon.patch;patch=1 "