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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar  3 12:27:48 2011 -0700

ckermit: Switch to subdir= in SRC_URI

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

---

 recipes/ckermit/ckermit_211.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/ckermit/ckermit_211.bb b/recipes/ckermit/ckermit_211.bb
index ec64f07..11279d2 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"





More information about the Openembedded-commits mailing list