[oe] [meta-gnome][PATCH] gvfs: add missing libgudev to DEPENDS

Hongxu Jia hongxu.jia at windriver.com
Mon Nov 2 03:33:32 UTC 2015


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 at windriver.com>
---
 meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5b2235f..166e5d2 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"
-- 
1.9.1




More information about the Openembedded-devel mailing list