diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-26 15:33:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-26 15:33:09 +0000 |
commit | f96485adfd92651d615ee852608fededb7bc9dd2 (patch) | |
tree | 2430479136f8c98004527992589d2ef323952c2d /libsip | |
parent | 45f95cfaa3254f601001600a394233f73f79305d (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/06/26 17:33:03+02:00 uni-frankfurt.de!mickey
revamp python-sip and python-qt to comply with the
new build scheme introduced by sip v4. this patch will probably break everything, so please test :D
BKrev: 40dd9735ygV0b2fXsumXrza5v8T0Gw
Diffstat (limited to 'libsip')
-rw-r--r-- | libsip/libsip_3.10.1.oe | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libsip/libsip_3.10.1.oe b/libsip/libsip_3.10.1.oe deleted file mode 100644 index 22ee2b5f4a..0000000000 --- a/libsip/libsip_3.10.1.oe +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "Runtime helper for sip-generated python wrapper libraries" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -DEPENDS = "virtual/libqte2 python" - -SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" -S = "${WORKDIR}/sip-${PV}/siplib" - -inherit qmake - -QMAKE_PROFILES = "siplib.pro.in" - -export QTDIR = "${STAGING_LIBDIR}/.." - -# -# Warning: passing ' "FOO=BAR" results in double ""FOO=BAR"" which is then ignored by qmake -# - -EXTRA_QMAKEVARS_POST = " CONFIG=qte \ - DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \ - TARGET=sip \ - DEFINES=SIP_MAKE_DLL \ - DEFINES+=SIP_QT_SUPPORT \ - INCLUDEPATH=. \ - INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \ - INCLUDEPATH+=${STAGING_INCDIR} " - - -# -# It would be nice if I could use spaces, e.g. CONFIG=qt warn_off release dll -# - -do_compile() { - oe_runmake LINK="${CC}" LIBS="" -} - -do_stage() { - install -m 0644 sip.h ${STAGING_INCDIR}/sip.h - install -m 0644 sipQt.h ${STAGING_INCDIR}/sipQt.h -} |