[oe-commits] Adam YH Lee : gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring

git at git.openembedded.org git at git.openembedded.org
Sat Mar 29 21:59:50 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 7249c9f3ad614975a7dafad42e5ee9aa063bffb3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7249c9f3ad614975a7dafad42e5ee9aa063bffb3

Author: Adam YH Lee <adam.yh.lee at gmail.com>
Date:   Fri Mar 28 11:23:29 2014 -0700

gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/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



More information about the Openembedded-commits mailing list