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

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


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

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

slugtool: Switch to subdir= in SRC_URI

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

---

 recipes/slugtool/slugtool.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/slugtool/slugtool.bb b/recipes/slugtool/slugtool.bb
index 4011105..b0a76eb 100644
--- a/recipes/slugtool/slugtool.bb
+++ b/recipes/slugtool/slugtool.bb
@@ -3,9 +3,8 @@ DESCRIPTION = "Slugtool is a small app to disassemble and reassemble \
 flash images for the Linksys NSLU2 device."
 PR = "r1"
 LICENSE = "GPL"
-SRC_URI = "http://www.lantz.com/filemgmt_data/files/slugtool.tar.gz \
+SRC_URI = "http://www.lantz.com/filemgmt_data/files/slugtool.tar.gz;subdir=${BPN}-${PV} \
 	   file://redboot_typo.patch"
-S = "${WORKDIR}"
 
 do_compile () {
 	${CC} ${CFLAGS} ${LDFLAGS} slugtool.c -o slugtool





More information about the Openembedded-commits mailing list