]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-icon-theme: inherit allarch
authorRoss Burton <ross.burton@intel.com>
Wed, 8 Jul 2015 21:44:58 +0000 (22:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:19 +0000 (22:53 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb

index fde2bc04b2e8d085c95ff308b3eace74ec682ece..df117aee8064a9b65104a733adde0ad54fe47459 100644 (file)
@@ -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"