[oe-commits] Martin Jansa : gcr: add glib-2.0 dependency

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:07 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  3 20:37:42 2013 +0200

gcr: add glib-2.0 dependency

* it tries to build glib-2.0 from native sysroot without it

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
index 65309da..d88a22a 100644
--- a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
+++ b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
 
-DEPENDS = "gtk+3 p11-kit"
+DEPENDS = "gtk+3 p11-kit glib-2.0"
 
 inherit autotools gnome gtk-doc
 



More information about the Openembedded-commits mailing list