summaryrefslogtreecommitdiff
path: root/python-sip
diff options
context:
space:
mode:
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
}