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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -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 "
|
|
||||||
|
|||||||
@@ -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 "
|
|
||||||
|
|||||||
Reference in New Issue
Block a user