From 3a491ff2be4f59091e0a9d9cc2eb4abf8e889c6a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 10 Jan 2004 23:58:52 +0000 Subject: python compiles now. the python libs are not packaged by ipk - this is imo due to a bug in OE, because the lib directory just contains another directory (python23) which then contains the real files. probably just fixing the build stage to install recursively. BKrev: 400091bcehzNnj2WXlXfNx5uzZZEBg --- gpsd/gpsd_1.10.oe | 19 +++++++++++++ libsip/libsip-native_3.8.oe | 2 ++ libsip/libsip_3.8.oe | 32 ++++++++++++++++++++++ nonworking/libsip/libsip-native_3.8.oe | 0 nonworking/libsip/libsip_3.8.oe | 0 nonworking/python/python-2.3.2/bindir-libdir.patch | 0 nonworking/python/python-native_2.3.2.oe | 0 nonworking/python/python_2.3.2.oe | 0 python/python-2.3.3/bindir-libdir.patch | 0 python/python-native-2.3.3/bindir-libdir.patch | 0 python/python-native_2.3.3.oe | 0 python/python_2.3.3.oe | 0 12 files changed, 53 insertions(+) create mode 100644 libsip/libsip-native_3.8.oe create mode 100644 libsip/libsip_3.8.oe delete mode 100644 nonworking/libsip/libsip-native_3.8.oe delete mode 100644 nonworking/libsip/libsip_3.8.oe delete mode 100644 nonworking/python/python-2.3.2/bindir-libdir.patch delete mode 100644 nonworking/python/python-native_2.3.2.oe delete mode 100644 nonworking/python/python_2.3.2.oe create mode 100644 python/python-2.3.3/bindir-libdir.patch create mode 100644 python/python-native-2.3.3/bindir-libdir.patch create mode 100644 python/python-native_2.3.3.oe create mode 100644 python/python_2.3.3.oe diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe index e69de29bb2..fdd1d8150a 100644 --- a/gpsd/gpsd_1.10.oe +++ b/gpsd/gpsd_1.10.oe @@ -0,0 +1,19 @@ +SECTION="NET" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +RDEPENDS=libc6 +DEPENDS=virtual/libc + +SRC_URI=http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ + file://${FILESDIR}/gcc3.patch;patch=1 + +inherit autotools libtool + +do_compile() { + oe_runmake gpsd +} + +do_install () { + install -d ${D}/${bindir} + install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd +} diff --git a/libsip/libsip-native_3.8.oe b/libsip/libsip-native_3.8.oe new file mode 100644 index 0000000000..a2f6d5616c --- /dev/null +++ b/libsip/libsip-native_3.8.oe @@ -0,0 +1,2 @@ +include libsip_${PV}.oe +inherit native diff --git a/libsip/libsip_3.8.oe b/libsip/libsip_3.8.oe new file mode 100644 index 0000000000..1481325d37 --- /dev/null +++ b/libsip/libsip_3.8.oe @@ -0,0 +1,32 @@ +DESCRIPTION="Runtime helper for sip-generated python wrapper libraries" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +LICENSE="GPL" +DEPENDS="virtual/libc virtual/libqte2 python" + +SRC_URI := "http://opie.net.wox.org/python/dependencies/sip-x11-gpl-${PV}.tar.gz" +S := "${WORKDIR}/sip-x11-gpl-${PV}/siplib" + +inherit qmake + +QMAKE_PROFILES = "siplib.pro.in" + +# +# Warning: passing ' "FOO=BAR" results in double ""FOO=BAR"" which is then ignored by qmake +# + +EXTRA_QMAKEVARS_POST = ' CONFIG=qt \ + DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \ + TARGET=sip \ + DEFINES=SIP_MAKE_DLL \ + DEFINES+=SIP_QT_SUPPORT \ + INCLUDEPATH=. \ + INCLUDEPATH+=${STAGING_DIR}/include/python2.3 \ + INCLUDEPATH+=${STAGING_LIBDIR}/include \ + INCLUDEPATH+=${QTDIR}/include ' + + +# +# It would be nice if I could use spaces, e.g. CONFIG=qt warn_off release dll +# diff --git a/nonworking/libsip/libsip-native_3.8.oe b/nonworking/libsip/libsip-native_3.8.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/nonworking/libsip/libsip_3.8.oe b/nonworking/libsip/libsip_3.8.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/nonworking/python/python-2.3.2/bindir-libdir.patch b/nonworking/python/python-2.3.2/bindir-libdir.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/nonworking/python/python-native_2.3.2.oe b/nonworking/python/python-native_2.3.2.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/nonworking/python/python_2.3.2.oe b/nonworking/python/python_2.3.2.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/python-2.3.3/bindir-libdir.patch b/python/python-2.3.3/bindir-libdir.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-native-2.3.3/bindir-libdir.patch b/python/python-native-2.3.3/bindir-libdir.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3