[oe-commits] Martin Jansa : gnome-backgrounds: add intltool-native dependency

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:44:55 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 21 13:53:29 2014 +0200

gnome-backgrounds: add intltool-native dependency

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

---

 meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | 3 ++-
 1 file changed, 2 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 5049cce..ca18341 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
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 SECTION = "x11/gnome"
 
 # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT
-DEPENDS = "glib-2.0"
+# intltool-native for IT_PROG_INTLTOOL(0.35.0)
+DEPENDS = "glib-2.0 intltool-native"
 
 inherit gnomebase
 



More information about the Openembedded-commits mailing list