From cca4c0d5da5dcc0813c8afbd8e1f46a584e91df1 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 2 Nov 2015 11:33:32 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome') 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 5b2235f16..166e5d25f 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" -- cgit v1.2.3-54-g00ecf