diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2015-11-02 11:33:32 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:49:41 +0100 |
commit | cca4c0d5da5dcc0813c8afbd8e1f46a584e91df1 (patch) | |
tree | d431498198ec6fad9867c607960f64ab3ad9b247 /meta-gnome/recipes-gnome/gvfs | |
parent | c595e6b32e0d73e7c6a27119e25d3f2a2ed29e0d (diff) | |
download | meta-openembedded-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/recipes-gnome/gvfs')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 |
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 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 @@ | |||
1 | require gvfs.inc | 1 | require gvfs.inc |
2 | 2 | ||
3 | DEPENDS = "libsoup-2.4 libgnome-keyring glib-2.0 avahi gconf intltool-native" | 3 | DEPENDS = "libsoup-2.4 libgnome-keyring glib-2.0 avahi gconf intltool-native libgudev" |
4 | # optional: obexftp libimobiledevice | 4 | # optional: obexftp libimobiledevice |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |