[oe-commits] Tom Rini : regina-rexx: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:34 UTC 2011


Module: openembedded.git
Branch: master
Commit: 286780bbd7829563f23b5fc6ced263668b7abec4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=286780bbd7829563f23b5fc6ced263668b7abec4

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  7 10:43:31 2011 -0700

regina-rexx: Switch to subdir= in SRC_URI

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

---

 recipes/regina-rexx/regina-rexx_3.3.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/regina-rexx/regina-rexx_3.3.bb b/recipes/regina-rexx/regina-rexx_3.3.bb
index 5461172..2f5c105 100644
--- a/recipes/regina-rexx/regina-rexx_3.3.bb
+++ b/recipes/regina-rexx/regina-rexx_3.3.bb
@@ -4,9 +4,8 @@ LICENSE = "GPL"
 HOMEPAGE = "http://regina-rexx.sf.net"
 DEPENDS = "regina-rexx-native"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/regina-rexx/regina33.zip \
+SRC_URI = "${SOURCEFORGE_MIRROR}/regina-rexx/regina33.zip;subdir=${BPN}-${PV} \
            file://use-proper-host-tools.patch"
-S = "${WORKDIR}"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list