diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-18 17:52:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-18 17:52:10 +0000 |
commit | 6813748b1a3de2b7affcc3c03b691b9d9f6fbfe8 (patch) | |
tree | 59cc49e74acfad2aeb7bf79fa1b3576f332aaa7d /libsip | |
parent | c77f87c9e8cbd8b538b222f18f9f01d5051f6ebb (diff) |
- upgrade pyqt and sip to 3.10
- pyqt 3.10 builds now (sip 3.9 had a bug preventing this)
BKrev: 400ac7ca_Mn4994NWaxtlCZD0p6irA
Diffstat (limited to 'libsip')
-rw-r--r-- | libsip/libsip_3.10.oe | 0 | ||||
-rw-r--r-- | libsip/libsip_3.9.oe | 38 |
2 files changed, 0 insertions, 38 deletions
diff --git a/libsip/libsip_3.10.oe b/libsip/libsip_3.10.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libsip/libsip_3.10.oe diff --git a/libsip/libsip_3.9.oe b/libsip/libsip_3.9.oe deleted file mode 100644 index f5b4e85283..0000000000 --- a/libsip/libsip_3.9.oe +++ /dev/null @@ -1,38 +0,0 @@ -DESCRIPTION="Runtime helper for sip-generated python wrapper libraries" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE="GPL" -DEPENDS="virtual/libc 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_DIR}/target - -# -# 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_DIR}/build/include/python2.3 \ - INCLUDEPATH+=${STAGING_DIR}/target/include ' - - -# -# It would be nice if I could use spaces, e.g. CONFIG=qt warn_off release dll -# - -do_compile() { - oe_runmake LINK="${CC}" LIBS="" -} - |