aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/udisks
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-02-07 17:10:20 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:31 +0100
commit8731b651cb8628ddbf9e938dfe76b83ec62ddf2e (patch)
treed138c9abf4e6ded3c72a11164e5f7c9210a5ad59 /meta-oe/recipes-support/udisks
parent7c0c45c47c01c2ca66dacc93a8627e252e255c2f (diff)
downloadmeta-openembedded-contrib-8731b651cb8628ddbf9e938dfe76b83ec62ddf2e.tar.gz
udisks: add missing hard dependency
Because do_compile() makes calls to dbus-binding-tool we have to make this tool available via the dbus-glib-native package. Failing this we get errors: | dbus-binding-tool --prefix=port --mode=glib-server --output=port-glue.h ... | /bin/bash: dbus-binding-tool: command not found | Makefile:1150: recipe for target 'daemon-glue.h' failed This becomes a hard build failure when per recipe sysroots are used. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/udisks')
-rw-r--r--meta-oe/recipes-support/udisks/udisks_1.0.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
index eec69333d3..d79033bf07 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
@@ -2,7 +2,9 @@ DESCRIPTION = "A storage daemon that implements well-defined D-Bus interfaces th
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73d83aebe7e4b62346afde80e0e94273"
-DEPENDS = "libatasmart sg3-utils polkit libgudev dbus-glib glib-2.0 intltool-native lvm2"
+DEPENDS = "libatasmart sg3-utils polkit libgudev dbus-glib glib-2.0 intltool-native lvm2 \
+ dbus-glib-native \
+"
# optional dependencies: device-mapper parted
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"