diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
commit | 09ed5de9624be38c0fa5cb3f943691c3b4a50686 (patch) | |
tree | 4109b29edaf073255755a39278717f27735f9870 /meta/recipes-sato/sato-icon-theme | |
parent | c6f06f478ac229c4619f815b8b313711d47b1551 (diff) | |
download | openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.gz openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.bz2 openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.zip |
Update SRC_URIs to use BPN instead of PN
[YOCTO #860]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/sato-icon-theme')
-rw-r--r-- | meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb index 4fbf70d85b..e69481de3a 100644 --- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb @@ -2,7 +2,7 @@ require sato-icon-theme.inc DEPENDS += "icon-naming-utils-native" -SRC_URI = "http://pokylinux.org/releases/sato/${PN}-${PV}.tar.gz \ +SRC_URI = "http://pokylinux.org/releases/sato/${BPN}-${PV}.tar.gz \ file://iconpath-option.patch" SRC_URI[md5sum] = "86a847f3128a43a9cf23b7029a656f50" |