]> code.ossystems Code Review - openembedded-core.git/commitdiff
hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk
authorTom Rini <tom_rini@mentor.com>
Wed, 13 Jul 2011 19:05:33 +0000 (12:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2011 13:59:34 +0000 (14:59 +0100)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb

index 98c0d91982b18963b8cd843bb5e17db549e3fc60..c9d65a289eaf40b36b58f3ec11ca356e677e2599 100644 (file)
@@ -10,7 +10,7 @@ inherit gnome
 
 PR = "r0"
 
-SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \
+SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
         file://index.theme"
 
 SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87"