1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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
+1 -1
View File
@@ -3,7 +3,7 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native" DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r3" PR = "r4"
do_stage() { do_stage() {
oe_runmake install oe_runmake install
+1 -1
View File
@@ -3,7 +3,7 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native" DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r3" PR = "r4"
do_stage() { do_stage() {
oe_runmake install oe_runmake install
+1
View File
@@ -8,6 +8,7 @@ SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://cross.patch;patch=1 \ file://cross.patch;patch=1 \
file://tmpdir.patch;patch=1 \ file://tmpdir.patch;patch=1 \
file://fix-install-daemon.patch;patch=1 \
file://dbus-1.init \ file://dbus-1.init \
file://99_dbus \ file://99_dbus \
" "
-2
View File
@@ -3,5 +3,3 @@ include dbus.inc
PR = "r1" PR = "r1"
inherit update-rc.d inherit update-rc.d
SRC_URI += "file://fix-install-daemon.patch;patch=1 "
-2
View File
@@ -3,5 +3,3 @@ include dbus.inc
PR = "r1" PR = "r1"
inherit update-rc.d inherit update-rc.d
SRC_URI += "file://fix-install-daemon.patch;patch=1 "