From 84812c64e7146d75004b3eeecae22b6d1118c1fb Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 3 Mar 2011 12:27:48 -0700 Subject: ckermit: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- recipes/ckermit/ckermit_211.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes/ckermit') 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" -- cgit 1.2.3-korg