From 07da5f97663582c1b848cb7a54fa8d4f7d136c93 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 7 Mar 2011 10:43:41 -0700 Subject: [PATCH] slugtool: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- recipes/slugtool/slugtool.bb | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5