[oe-commits] Tom Rini : elementary-icon-theme: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:33 UTC 2011


Module: openembedded.git
Branch: master
Commit: 2d64e45b7ff2121e69fb59c93b168d3384987c3f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2d64e45b7ff2121e69fb59c93b168d3384987c3f

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar  3 12:29:47 2011 -0700

elementary-icon-theme: Switch to subdir= in SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gtk-engines/elementary-icon-theme_2.3.bb |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/gtk-engines/elementary-icon-theme_2.3.bb b/recipes/gtk-engines/elementary-icon-theme_2.3.bb
index 7e3c02f..0cc1c95 100644
--- a/recipes/gtk-engines/elementary-icon-theme_2.3.bb
+++ b/recipes/gtk-engines/elementary-icon-theme_2.3.bb
@@ -8,8 +8,8 @@ inherit gtk-icon-cache
 # wrapper to stop simple HTTP gets :(.
 
 SRC_URI = " \
-  http://launchpad.net/elementaryicons/2.0/2.3/+download/elementary-monochrome.tar.gz;name=mono \
-  http://launchpad.net/elementaryicons/2.0/2.3/+download/elementary.tar.gz;name=regular \
+  http://launchpad.net/elementaryicons/2.0/2.3/+download/elementary-monochrome.tar.gz;name=mono;subdir=${BPN}-${PV} \
+  http://launchpad.net/elementaryicons/2.0/2.3/+download/elementary.tar.gz;name=regular;subdir=${BPN}-${PV} \
 "
 
 SRC_URI[mono.md5sum] = "986a2475e9953450b37912d154bb325d"
@@ -18,8 +18,6 @@ SRC_URI[mono.sha256sum] = "da461bd70b2fda633f26aa7495e1efc5d97815661799566f0a8ac
 SRC_URI[regular.md5sum] = "674a88984f55170c17298863f72dd34d"
 SRC_URI[regular.sha256sum] = "f7cacfd0e4d3c9ea1c84b29a4f2c75fa1066d6c7f9b41ca0b96ae033c23992a6"
 
-S = "${WORKDIR}"
-
 do_install() {
 	install -d ${D}${datadir}/icons/elementary/
 	install -d ${D}${datadir}/icons/elementary-monochrome/





More information about the Openembedded-commits mailing list