[oe-commits] Khem Raj : gnome-icon-theme: Needs nls.m4

git at git.openembedded.org git at git.openembedded.org
Mon Apr 27 14:37:22 UTC 2015


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Apr 23 20:35:26 2015 -0700

gnome-icon-theme: Needs nls.m4

it really needs nls, so lets add proper dependencies
and options

Change-Id: Ib01f066e9dadf2784686cbe28578d2784dfcba88
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
index ee018bd..fde2bc0 100644
--- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
@@ -10,7 +10,7 @@ PR = "r5"
 
 DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
 
-inherit autotools perlnative gtk-icon-cache pkgconfig
+inherit autotools perlnative gtk-icon-cache pkgconfig gettext
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
            file://iconpath-option.patch"



More information about the Openembedded-commits mailing list