aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:39:36 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:48 -0700
commit15a758837c9b2eba973b86ba0222da4eaede1740 (patch)
tree5f70f864e7731fa408619e3df536204e9a7ba2af
parent1c47b7759bbcb4d89482ca9b556f637cef5bdace (diff)
downloadopenembedded-15a758837c9b2eba973b86ba0222da4eaede1740.tar.gz
netpipes: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/netpipes/netpipes_4.2.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/netpipes/netpipes_4.2.bb b/recipes/netpipes/netpipes_4.2.bb
index e88f45c012..d9eceb28f0 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"