[oe-commits] Tom Rini : hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk

git version control git at git.openembedded.org
Thu Jul 14 14:02:50 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 9053e6627bf77ec77cd875debbdb6835e70193fd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9053e6627bf77ec77cd875debbdb6835e70193fd

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jul 13 12:05:33 2011 -0700

hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk

Signed-off-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb  |    2 +-
 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 98c0d91..c9d65a2 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
 
 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"





More information about the Openembedded-commits mailing list