aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2015-11-02 11:33:32 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-06 17:49:41 +0100
commitcca4c0d5da5dcc0813c8afbd8e1f46a584e91df1 (patch)
treed431498198ec6fad9867c607960f64ab3ad9b247 /meta-gnome
parentc595e6b32e0d73e7c6a27119e25d3f2a2ed29e0d (diff)
downloadmeta-openembedded-contrib-cca4c0d5da5dcc0813c8afbd8e1f46a584e91df1.tar.gz
gvfs: add missing libgudev to DEPENDS
It requires libgudev, and libgudev requires udev. While systemd enabled, there is a build failure: ... $ bitbake systemd -ccleansstate $ bitbake gvfs -ccleansstate $ bitbake gvfs |x86_64-wrs-linux-libtool: error: cannot find the library '.../tmp/sysroots/intel-x86-64/usr/lib64/libudev.la' or unhandled argument '=/usr/lib64/libudev.la' ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
index 5b2235f165..166e5d25f5 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
@@ -1,6 +1,6 @@
require gvfs.inc
-DEPENDS = "libsoup-2.4 libgnome-keyring glib-2.0 avahi gconf intltool-native"
+DEPENDS = "libsoup-2.4 libgnome-keyring glib-2.0 avahi gconf intltool-native libgudev"
# optional: obexftp libimobiledevice
PR = "${INC_PR}.0"