aboutsummaryrefslogtreecommitdiffstats
path: root/python-sip
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-03 02:18:24 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-03 02:18:24 +0000
commit6431089e71128e70185737d33fef998ca8a53c81 (patch)
tree213ed6e3e4f4ef696239a242e84cda137089510f /python-sip
parentfdd3150b77df034ab19bb0af3df33341a9513de0 (diff)
downloadopenembedded-6431089e71128e70185737d33fef998ca8a53c81.tar.gz
next attempt to fix PyQt which was broken since sip4
BKrev: 415f6170jWJlCXV8BczTSENZS1A6sA
Diffstat (limited to 'python-sip')
-rw-r--r--python-sip/python-sip_4.0.1.oe12
1 files changed, 2 insertions, 10 deletions
diff --git a/python-sip/python-sip_4.0.1.oe b/python-sip/python-sip_4.0.1.oe
index b7282ee93b..76d316e154 100644
--- a/python-sip/python-sip_4.0.1.oe
+++ b/python-sip/python-sip_4.0.1.oe
@@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libqte2 python"
RDEPENDS = "python-core"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
S = "${WORKDIR}/sip-${PV}/siplib"
@@ -14,12 +14,8 @@ inherit qmake
export QTDIR = "${STAGING_LIBDIR}/.."
-#
-# Warning: passing ' "FOO=BAR" results in double ""FOO=BAR"" which is then ignored by qmake
-#
-
EXTRA_QMAKEVARS_POST = " TEMPLATE=lib \
- CONFIG=qte \
+ CONFIG=qt \
DESTDIR= \
VERSION=1.0.0 \
TARGET=sip \
@@ -29,10 +25,6 @@ EXTRA_QMAKEVARS_POST = " TEMPLATE=lib \
INCLUDEPATH+=${STAGING_INCDIR}"
-#
-# It would be nice if I could use spaces, e.g. CONFIG=qt warn_off release dll
-#
-
do_configure_prepend() {
cat siplib.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > siplib.pro
}