aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:43:41 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:49 -0700
commit07da5f97663582c1b848cb7a54fa8d4f7d136c93 (patch)
tree3609e6846fe65d4ce937fa1f04ee042f0b464dd9
parent286780bbd7829563f23b5fc6ced263668b7abec4 (diff)
downloadopenembedded-07da5f97663582c1b848cb7a54fa8d4f7d136c93.tar.gz
slugtool: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/slugtool/slugtool.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/slugtool/slugtool.bb b/recipes/slugtool/slugtool.bb
index 4011105769..b0a76eb821 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