diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-13 12:05:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-14 14:59:34 +0100 |
commit | 9053e6627bf77ec77cd875debbdb6835e70193fd (patch) | |
tree | e2bbe0904df921ced7001a79fc8f2bc8dab30b53 /meta/recipes-gnome | |
parent | 31d69f6e8c0a4b0a96568799ff398a31e15a158c (diff) | |
download | openembedded-core-9053e6627bf77ec77cd875debbdb6835e70193fd.tar.gz openembedded-core-9053e6627bf77ec77cd875debbdb6835e70193fd.tar.bz2 openembedded-core-9053e6627bf77ec77cd875debbdb6835e70193fd.zip |
hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/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 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 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" |