From 1c47b7759bbcb4d89482ca9b556f637cef5bdace Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 7 Mar 2011 10:35:40 -0700 Subject: microcom: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- recipes/microcom/microcom_1.02.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/microcom/microcom_1.02.bb b/recipes/microcom/microcom_1.02.bb index 22a643789c..5c28d02375 100644 --- a/recipes/microcom/microcom_1.02.bb +++ b/recipes/microcom/microcom_1.02.bb @@ -6,9 +6,8 @@ LICENSE = "GPL" #NOTE: this should probably be converted to pull from sourceforge # CVS, because openwrt is just another mirror of a file which no # longer seems to exist outside mirrors. mirror magic. -SRC_URI = "http://downloads.openwrt.org/sources/m102.tar.gz \ +SRC_URI = "http://downloads.openwrt.org/sources/m102.tar.gz;subdir=${BPN}-${PV} \ file://make.patch" -S = "${WORKDIR}" do_install () { install -d ${D}${bindir} -- cgit 1.2.3-korg