summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
index c9d65a289e..759c9d8121 100644
--- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
+++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
@@ -6,7 +6,9 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" 6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
7 7
8SECTION = "unknown" 8SECTION = "unknown"
9inherit gnome 9inherit gnome allarch
10
11DEPENDS = ""
10 12
11PR = "r0" 13PR = "r0"
12 14
@@ -16,8 +18,6 @@ SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
16SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" 18SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87"
17SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73" 19SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73"
18 20
19PACKAGE_ARCH = "all"
20
21FILES_${PN} += "${datadir}/icons" 21FILES_${PN} += "${datadir}/icons"
22 22
23do_install_append () { 23do_install_append () {