]> code.ossystems Code Review - openembedded-core.git/commitdiff
hicolor-icon-theme: Convert to allarch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Oct 2011 14:11:57 +0000 (15:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Oct 2011 08:54:02 +0000 (09:54 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb

index c9d65a289eaf40b36b58f3ec11ca356e677e2599..759c9d8121d8c01883e875ec618a5e856f9014f4 100644 (file)
@@ -6,7 +6,9 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
 
 SECTION = "unknown"
-inherit gnome
+inherit gnome allarch
+
+DEPENDS = ""
 
 PR = "r0"
 
@@ -16,8 +18,6 @@ SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
 SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87"
 SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73"
 
-PACKAGE_ARCH = "all"
-
 FILES_${PN} += "${datadir}/icons"
 
 do_install_append () {