ckermit: Switch to subdir= in SRC_URI
authorTom Rini <tom_rini@mentor.com>
Thu, 3 Mar 2011 19:27:48 +0000 (12:27 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:46 +0000 (10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/ckermit/ckermit_211.bb

index ec64f07..11279d2 100644 (file)
@@ -6,7 +6,7 @@ of communication tasks."
 LICENSE = "Kermit"
 HOMEPAGE = "http://www.columbia.edu/kermit/"
 SECTION = "console/network"
-SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz"
+SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
 PR = "r3"
 
 #
@@ -49,8 +49,6 @@ PR = "r3"
 # ... and probably other distro's as well.
 #
 
-S = "${WORKDIR}"
-
 export CC2 = "${CC}"
 export BINDIR = "${bindir}"
 export MANDIR = "${mandir}/man1"