summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-07-08 22:44:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-12 22:55:42 +0100
commit1bd4ee1d0312816fd62fac8343f9f794bab5ddff (patch)
treea8503e8952a4bd177cc9c7904f2eed2812d6dce5
parent95083b2699493b571dab73efa2c5a4e961fe874f (diff)
downloadpoky-1bd4ee1d0312816fd62fac8343f9f794bab5ddff.tar.gz
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. (From OE-Core rev: c311d27f051f7b99c24dd5f19dbf0fc78948a3f1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb4
1 files 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 fde2bc04b2..df117aee80 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"
8 8
9PR = "r5" 9PR = "r5"
10 10
11DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" 11DEPENDS = "icon-naming-utils-native intltool-native libxml-simple-perl-native"
12 12
13inherit autotools perlnative gtk-icon-cache pkgconfig gettext 13inherit allarch autotools perlnative gtk-icon-cache pkgconfig gettext
14 14
15SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ 15SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
16 file://iconpath-option.patch" 16 file://iconpath-option.patch"