[oe-commits] Martin Jansa : gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 08:52:51 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Mar 30 00:48:25 2014 +0100

gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency

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

---

 .../recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb      | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb
index 498c73c..5049cce 100644
--- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SECTION = "x11/gnome"
 
-inherit gnome
+# glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT
+DEPENDS = "glib-2.0"
+
+inherit gnomebase
 
 SRC_URI[archive.md5sum] = "3df26626483b02e51adefc6ab5945a8d"
 SRC_URI[archive.sha256sum] = "4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef"



More information about the Openembedded-commits mailing list