[oe-commits] Ross Burton : gnome-icon-theme: inherit allarch

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:51:07 UTC 2015


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Jul  8 22:44:58 2015 +0100

gnome-icon-theme: inherit allarch

The intltool 0.51 doesn't do compile tests in the autoconf macros, so this
recipe can be allarch again.

Remove dependency on target glib-2.0, it doesn't appear to be required.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 fde2bc0..df117ae 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
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
 
 PR = "r5"
 
-DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
+DEPENDS = "icon-naming-utils-native intltool-native libxml-simple-perl-native"
 
-inherit autotools perlnative gtk-icon-cache pkgconfig gettext
+inherit allarch 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