diff options
-rw-r--r-- | meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb | 6 |
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" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" |
7 | 7 | ||
8 | SECTION = "unknown" | 8 | SECTION = "unknown" |
9 | inherit gnome | 9 | inherit gnome allarch |
10 | |||
11 | DEPENDS = "" | ||
10 | 12 | ||
11 | PR = "r0" | 13 | PR = "r0" |
12 | 14 | ||
@@ -16,8 +18,6 @@ SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ | |||
16 | SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" | 18 | SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" |
17 | SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73" | 19 | SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73" |
18 | 20 | ||
19 | PACKAGE_ARCH = "all" | ||
20 | |||
21 | FILES_${PN} += "${datadir}/icons" | 21 | FILES_${PN} += "${datadir}/icons" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install_append () { |