aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:45:43 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:50 -0700
commit70290793d557af1fd65a9c596384ef516acf3e99 (patch)
tree76cd60b5642b879f0b0f5e6b3301e7b68a8d2167
parentef1d9f0dafc2eff12b8a7e9620a8917d2b3fecc0 (diff)
downloadopenembedded-70290793d557af1fd65a9c596384ef516acf3e99.tar.gz
zbedic: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/zbedic/zbedic_1.2.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/zbedic/zbedic_1.2.bb b/recipes/zbedic/zbedic_1.2.bb
index 77742866cc..216fc00d09 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\\""