mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
95083b2699
commit
1bd4ee1d03
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user