From f0c553a18968092647b666245dde7c66ec8a6bb3 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 3 Oct 2004 14:38:16 +0000 Subject: 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 --- python-sip/python-sip_4.0.1.oe | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'python-sip') 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 " 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}" -- cgit v1.2.3