mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 05:02:22 +02: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:
@@ -3,7 +3,7 @@ inherit native
|
||||
|
||||
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install
|
||||
|
||||
@@ -3,7 +3,7 @@ inherit native
|
||||
|
||||
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
|
||||
@@ -3,5 +3,3 @@ include dbus.inc
|
||||
PR = "r1"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
SRC_URI += "file://fix-install-daemon.patch;patch=1 "
|
||||
|
||||
@@ -3,5 +3,3 @@ include dbus.inc
|
||||
PR = "r1"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
SRC_URI += "file://fix-install-daemon.patch;patch=1 "
|
||||
|
||||
Reference in New Issue
Block a user