From: Tom Rini Date: Mon, 7 Mar 2011 17:43:41 +0000 (-0700) Subject: slugtool: Switch to subdir= in SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07da5f97663582c1b848cb7a54fa8d4f7d136c93;p=openembedded.git slugtool: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- 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