mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
udisks: add dbus-glib-native to DEPENDS
Fixed: | dbus-binding-tool --prefix=daemon --mode=glib-server --output=daemon-glue.h ../data/org.freedesktop.UDisks.xml | make[2]: dbus-binding-tool: Command not found Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
This commit is contained in:
committed by
Martin Jansa
parent
0f16625887
commit
3f69e3cd85
@@ -7,7 +7,9 @@ DEPENDS = "libatasmart sg3-utils polkit libgudev dbus-glib glib-2.0 intltool-nat
|
||||
"
|
||||
# optional dependencies: device-mapper parted
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
|
||||
dbus-glib-native \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
|
||||
|
||||
Reference in New Issue
Block a user