mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
dbus-native: fix builds without X11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4047 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,9 @@ inherit native
|
||||
|
||||
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1"
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install
|
||||
|
||||
Reference in New Issue
Block a user