zbedic: Switch to subdir= in SRC_URI
authorTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:45:43 +0000 (10:45 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:50 +0000 (10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/zbedic/zbedic_1.2.bb

index 7774286..216fc00 100644 (file)
@@ -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\\""