summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-sip/python-sip_4.0.1.oe8
1 files changed, 3 insertions, 5 deletions
diff --git a/python-sip/python-sip_4.0.1.oe b/python-sip/python-sip_4.0.1.oe
index 76d316e154..ada1dc09b3 100644
--- a/python-sip/python-sip_4.0.1.oe
+++ b/python-sip/python-sip_4.0.1.oe
@@ -1,26 +1,24 @@
DESCRIPTION = "Runtime helper for sip-generated python wrapper libraries"
-SECTION = "libs"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libqte2 python"
RDEPENDS = "python-core"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
S = "${WORKDIR}/sip-${PV}/siplib"
inherit qmake
-export QTDIR = "${STAGING_LIBDIR}/.."
-
EXTRA_QMAKEVARS_POST = " TEMPLATE=lib \
CONFIG=qt \
DESTDIR= \
VERSION=1.0.0 \
TARGET=sip \
DEFINES=SIP_QT_SUPPORT \
- INCLUDEPATH=. \
+ INCLUDEPATH+=. \
INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \
INCLUDEPATH+=${STAGING_INCDIR}"