[oe] [meta-gnome][PATCH] gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring

Adam YH Lee adam.yh.lee at gmail.com
Fri Mar 28 18:23:29 UTC 2014


Build fails due to missing libgnome-keyring static library
(libgnome-keyring.la). libgnome-keyring has to be
explicitly listed as one of the dependencies.

Signed-off-by: Adam YH Lee <adam.yh.lee at gmail.com>
---
 .../gvfs/gvfs-gdu-volume-monitor_1.10.1.bb         |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
index bd6d9de..cf0ab0c 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
@@ -2,8 +2,7 @@ require gvfs.inc
 
 BPN = "gvfs"
 
-DEPENDS = "gvfs gnome-disk-utility"
-
+DEPENDS = "gvfs gnome-disk-utility libgnome-keyring"
 PR = "${INC_PR}.0"
 
 # we need gdu files only: reduce files to delete in libexecdir
-- 
1.7.9.5




More information about the Openembedded-devel mailing list