Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 3 Oct 2004 14:38:16 +0000 (14:38 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 3 Oct 2004 14:38:16 +0000 (14:38 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/10/03 16:28:51+02:00 uni-frankfurt.de!mickeyl
fun with fixing sip

BKrev: 41600ed8FHs7OW8mxePLowiX09W3wQ

python-sip/python-sip_4.0.1.oe

index 76d316e..ada1dc0 100644 (file)
@@ -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}"