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

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


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

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

zbedic: Switch to subdir= in SRC_URI

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

---

 recipes/zbedic/zbedic_1.2.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/zbedic/zbedic_1.2.bb b/recipes/zbedic/zbedic_1.2.bb
index 7774286..216fc00 100644
--- a/recipes/zbedic/zbedic_1.2.bb
+++ b/recipes/zbedic/zbedic_1.2.bb
@@ -9,12 +9,10 @@ APPTYPE = "binary"
 APPDESKTOP = "${WORKDIR}/misc"
 PR = "r3"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/bedic/zbedic_${PV}-2.tgz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/bedic/zbedic_${PV}-2.tgz;subdir=${BPN}-${PV} \
            file://opie-icons.patch \
            file://qtopia17.patch"
 
-S = "${WORKDIR}"
-
 inherit opie
 export OE_QMAKE_LINK="${CXX}"
 export OE_QMAKE_CXXFLAGS=" -DVERSION=\\"${PV}.2\\" -DPREFIX_PATH=\\"/usr\\""





More information about the Openembedded-commits mailing list