summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/hicolor-icon-theme
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 15:11:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 09:54:02 +0100
commit52b39699a3ec5f4e95262cf8d1be1342e03d5769 (patch)
tree69fc7ed2448c8d74fe5eab56872bbdc07fc8b8eb /meta/recipes-gnome/hicolor-icon-theme
parent54a3e2ee37003fc56af0339f857b0b6442790c26 (diff)
downloadopenembedded-core-contrib-52b39699a3ec5f4e95262cf8d1be1342e03d5769.tar.gz
hicolor-icon-theme: Convert to allarch
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/hicolor-icon-theme')
-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"
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 () {
href='#n170'>170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245