[oe-commits] Tom Rini : netpipes: 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: 15a758837c9b2eba973b86ba0222da4eaede1740
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=15a758837c9b2eba973b86ba0222da4eaede1740

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

netpipes: Switch to subdir= in SRC_URI

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

---

 recipes/netpipes/netpipes_4.2.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/netpipes/netpipes_4.2.bb b/recipes/netpipes/netpipes_4.2.bb
index e88f45c..d9eceb2 100644
--- a/recipes/netpipes/netpipes_4.2.bb
+++ b/recipes/netpipes/netpipes_4.2.bb
@@ -5,9 +5,7 @@ SECTION = "console/network"
 PR = "r0"
 LICENSE = "GPL"
 
-SRC_URI = "http://web.purplefrog.com/~thoth/netpipes/ftp/${PN}-${PV}-export.tar.gz"
-
-S = "${WORKDIR}"
+SRC_URI = "http://web.purplefrog.com/~thoth/netpipes/ftp/${PN}-${PV}-export.tar.gz;subdir=${BPN}-${PV}"
 
 
 FILES_${PN}-doc                 +="/man/man1"





More information about the Openembedded-commits mailing list