summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-13 12:05:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-14 15:02:28 +0100
commitf3004c759754063348d18cd42d65f5e455633544 (patch)
tree7cc63bc9e72868ba1381f23daa50fb4c18ead958
parent4678e7ac30a34f21991e8bf7fa50f09d0d282312 (diff)
downloadpoky-f3004c759754063348d18cd42d65f5e455633544.tar.gz
hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk
(From OE-Core rev: 9053e6627bf77ec77cd875debbdb6835e70193fd) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb2
1 files changed, 1 insertions, 1 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 98c0d91982..c9d65a289e 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
@@ -10,7 +10,7 @@ inherit gnome
10 10
11PR = "r0" 11PR = "r0"
12 12
13SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ 13SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
14 file://index.theme" 14 file://index.theme"
15 15
16SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" 16SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87"