aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-03 12:27:48 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:46 -0700
commit84812c64e7146d75004b3eeecae22b6d1118c1fb (patch)
treed5d349c214f756d99131f1ae9b69f057ca3caa34
parent2ac51f0adb64e5001d8e3f1d31d399b3dbaef3b5 (diff)
downloadopenembedded-84812c64e7146d75004b3eeecae22b6d1118c1fb.tar.gz
ckermit: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/ckermit/ckermit_211.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/ckermit/ckermit_211.bb b/recipes/ckermit/ckermit_211.bb
index ec64f07f6c..11279d2b17 100644
--- a/recipes/ckermit/ckermit_211.bb
+++ b/recipes/ckermit/ckermit_211.bb
@@ -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"