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:36:25 +0000 |
commit | 257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823 (patch) | |
tree | 84acaf4fdc191358a7f1bd2a6a991a00a46bdde2 /meta/recipes-gnome/gnome | |
parent | 4f5b57c67eec42f52a282f3d0dcafc0eff72cc3b (diff) | |
download | poky-257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823.tar.gz |
Update SRC_URIs to use BPN instead of PN
[YOCTO #860]
(From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb index 17fff1c53c..55868abf7f 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |||
@@ -13,7 +13,7 @@ PR = "r1" | |||
13 | 13 | ||
14 | FILES_${PN} += "${datadir}/*" | 14 | FILES_${PN} += "${datadir}/*" |
15 | 15 | ||
16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ | 16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ |
17 | file://iconpath-option.patch" | 17 | file://iconpath-option.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" | 19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" |