aboutsummaryrefslogtreecommitdiffstats
path: root/libqpe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /libqpe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libqpe')
-rw-r--r--libqpe/libqpe-opie_1.0.3.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe
index 0a7b6ee8e8..eb92baadee 100644
--- a/libqpe/libqpe-opie_1.0.3.oe
+++ b/libqpe/libqpe-opie_1.0.3.oe
@@ -7,15 +7,15 @@ DEPENDS = "virtual/libc uicmoc-native qte-for-opie"
RDEPENDS = "libc6 qte"
PROVIDES = "virtual/libqpe"
-SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/library;tag=${@'v' + oe.data.getVar('PV',d,1).replace('.','_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/library;tag=${@'v' + oe.data.getVar('PV',d,1).replace('.','_')}"
S = "${WORKDIR}/library"
inherit qmake
QMAKE_PROFILES = "library.pro"
-export QTDIR=${STAGING_DIR}/target
-export OPIEDIR=${STAGING_DIR}/target
+export QTDIR=${STAGING_LIBDIR}/..
+export OPIEDIR=${STAGING_LIBDIR}/..
CXXFLAGS_append = " -DQWS -fno-rtti -fno-exceptions"