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

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


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

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

microcom: Switch to subdir= in SRC_URI

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

---

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

diff --git a/recipes/microcom/microcom_1.02.bb b/recipes/microcom/microcom_1.02.bb
index 22a6437..5c28d02 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}





More information about the Openembedded-commits mailing list