diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-03 14:38:16 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-03 14:38:16 +0000 |
commit | f0c553a18968092647b666245dde7c66ec8a6bb3 (patch) | |
tree | d6a032949af0203b3f26ae83c124c58d45783b6c /python-sip | |
parent | 0fdb97981bd1bb717d77bb8064460276ef411449 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'python-sip')
-rw-r--r-- | python-sip/python-sip_4.0.1.oe | 8 |
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}" |