[oe-commits] Tom Rini : zrally: Switch to subdir= in SRC_URI

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


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  7 10:46:37 2011 -0700

zrally: Switch to subdir= in SRC_URI

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

---

 recipes/zrally/zrally_0.90.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/zrally/zrally_0.90.bb b/recipes/zrally/zrally_0.90.bb
index a2328c0..b7ad88f 100644
--- a/recipes/zrally/zrally_0.90.bb
+++ b/recipes/zrally/zrally_0.90.bb
@@ -9,11 +9,9 @@ APPNAME = "zrally"
 APPTYPE = "binary"
 APPDESKTOP = "${WORKDIR}"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/zrally/zrally_0.90_src.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/zrally/zrally_0.90_src.tar.gz;subdir=${BPN}-${PV} \
 file://dir.patch;striplevel=0"
 
-S = "${WORKDIR}"
-
 inherit opie
 
 do_install () {





More information about the Openembedded-commits mailing list