summaryrefslogtreecommitdiff
path: root/libsip
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 /libsip
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libsip')
-rw-r--r--libsip/libsip_3.10.1.oe10
1 files changed, 5 insertions, 5 deletions
diff --git a/libsip/libsip_3.10.1.oe b/libsip/libsip_3.10.1.oe
index 44569ea64b..f434348d02 100644
--- a/libsip/libsip_3.10.1.oe
+++ b/libsip/libsip_3.10.1.oe
@@ -5,27 +5,27 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libc virtual/libqte2 python"
-SRC_URI := "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
-S := "${WORKDIR}/sip-${PV}/siplib"
+SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
+S = "${WORKDIR}/sip-${PV}/siplib"
inherit qmake
QMAKE_PROFILES = "siplib.pro.in"
-export QTDIR=${STAGING_DIR}/target
+export QTDIR = "${STAGING_LIBDIR}/.."
#
# Warning: passing ' "FOO=BAR" results in double ""FOO=BAR"" which is then ignored by qmake
#
-EXTRA_QMAKEVARS_POST = ' CONFIG=qte \
+EXTRA_QMAKEVARS_POST = " CONFIG=qte \
DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \
TARGET=sip \
DEFINES=SIP_MAKE_DLL \
DEFINES+=SIP_QT_SUPPORT \
INCLUDEPATH=. \
INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \
- INCLUDEPATH+=${STAGING_INCDIR} '
+ INCLUDEPATH+=${STAGING_INCDIR} "
#