mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 18:49:34 +02:00
dbus: unbreak buildbot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3911 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,6 +3,7 @@ inherit native
|
|||||||
|
|
||||||
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
oe_runmake install
|
oe_runmake install
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ 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 \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/dbus-${PV}"
|
S = "${WORKDIR}/dbus-${PV}"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
include dbus.inc
|
include dbus.inc
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1"
|
SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1 \
|
||||||
|
file://fix-install-daemon.patch;patch=1 "
|
||||||
|
|||||||
Reference in New Issue
Block a user