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

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

openredalert: Switch to subdir= in SRC_URI

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

---

 recipes/cnc/openredalert_r438.bb |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/cnc/openredalert_r438.bb b/recipes/cnc/openredalert_r438.bb
index 8ff80e9..2d1b931 100644
--- a/recipes/cnc/openredalert_r438.bb
+++ b/recipes/cnc/openredalert_r438.bb
@@ -3,14 +3,12 @@ LICENSE = "GPLv2"
 
 DEPENDS = "virtual/libsdl libsdl-mixer" 
 
-SRC_URI = "http://openredalert.googlecode.com/files/openredalert-${PV}-src.tar.gz \
+SRC_URI = "http://openredalert.googlecode.com/files/openredalert-${PV}-src.tar.gz;subdir=${BPN}-${PV} \
            file://gcc43-fix.patch \
            file://openredalert-launcher"
 
 PR = "r1"
 
-S = "${WORKDIR}"
-
 CFLAGS_append = " -I. -I${STAGING_INCDIR}"
 
 do_compile() {
@@ -24,7 +22,7 @@ do_install() {
 	install -m 0755 ${S}/src/openredalert ${D}/${datadir}/games/redalert/
 
 	install -d ${D}/${bindir}
-	install -m 0755 ${S}/openredalert-launcher ${D}/${bindir}	
+	install -m 0755 ${WORKDIR}/openredalert-launcher ${D}/${bindir}	
 }
 
 FILES_${PN} += "${datadir}/games/redalert/"





More information about the Openembedded-commits mailing list