diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-12 16:43:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-12 16:43:37 +0000 |
commit | c564ef33bdbe47bd1e2f473e42b1ad4d820d7fd6 (patch) | |
tree | 0efcf44d365326aa8bf45fa5425b03d60b8db4d7 | |
parent | 556b0cc07a651818111f566d78d5f6c7376e0f05 (diff) |
upgrade sip and libsip to 3.10.1
BKrev: 4051e8b9OFmNyRK34xNtayzVFRyEMw
-rw-r--r-- | libsip/libsip_3.10.1.oe (renamed from sip/sip-native_3.10.oe) | 0 | ||||
-rw-r--r-- | libsip/libsip_3.10.oe | 42 | ||||
-rw-r--r-- | sip/sip-native_3.10.1.oe (renamed from sip/sip_3.10.oe) | 0 | ||||
-rw-r--r-- | sip/sip_3.10.1.oe | 0 |
4 files changed, 0 insertions, 42 deletions
diff --git a/sip/sip-native_3.10.oe b/libsip/libsip_3.10.1.oe index e69de29bb2..e69de29bb2 100644 --- a/sip/sip-native_3.10.oe +++ b/libsip/libsip_3.10.1.oe diff --git a/libsip/libsip_3.10.oe b/libsip/libsip_3.10.oe deleted file mode 100644 index 09dc0c8346..0000000000 --- a/libsip/libsip_3.10.oe +++ /dev/null @@ -1,42 +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_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 -} diff --git a/sip/sip_3.10.oe b/sip/sip-native_3.10.1.oe index e69de29bb2..e69de29bb2 100644 --- a/sip/sip_3.10.oe +++ b/sip/sip-native_3.10.1.oe diff --git a/sip/sip_3.10.1.oe b/sip/sip_3.10.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sip/sip_3.10.1.oe |