[oe-commits] Michael 'Mickey' Lauer : sip-native: promote 4.7.7 as default, 4.7. 8 is incompatible w/ PyQt 4.4.3 *sigh*

GIT User account git at amethyst.openembedded.net
Mon Nov 17 22:18:38 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 61243cb8af1b2667e5c856bf2eba09fe3b12805d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=61243cb8af1b2667e5c856bf2eba09fe3b12805d

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Nov 17 22:08:07 2008 +0100

sip-native: promote 4.7.7 as default, 4.7.8 is incompatible w/ PyQt 4.4.3 *sigh*

---

 packages/sip/sip-native_4.7.7.bb |   30 ++++++++++++++++++++++++++++++
 packages/sip/sip-native_4.7.8.bb |    2 ++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/packages/sip/sip-native_4.7.7.bb b/packages/sip/sip-native_4.7.7.bb
new file mode 100644
index 0000000..4fb4eba
--- /dev/null
+++ b/packages/sip/sip-native_4.7.7.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "SIP is a C++/Python Wrapper Generator"
+SECTION = "devel"
+HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
+AUTHOR = "Phil Thompson"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "ml0"
+
+SRC_URI = "http://cvs.fedora.redhat.com/repo/pkgs/sip/sip-4.7.7.tar.gz/9cabe6a0f61b73582cfc38b903576211/sip-4.7.7.tar.gz"
+S = "${WORKDIR}/sip-${PV}/sipgen"
+
+inherit qt4x11 native
+
+export BUILD_SYS
+export HOST_SYS
+export STAGING_LIBDIR
+export STAGING_INCDIR
+
+EXTRA_QMAKEVARS_POST += "DESTDIR=${S} CONFIG=console"
+
+do_configure_prepend() {
+	cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro
+}
+
+do_stage() {
+	install -m 0755 sip ${STAGING_BINDIR_NATIVE}/sip
+	cd ${WORKDIR}/sip-${PV} && python configure.py
+	install -d ${STAGING_PYDIR}/site-packages
+	install -m 0755 sip*.py ${STAGING_PYDIR}/site-packages
+}
diff --git a/packages/sip/sip-native_4.7.8.bb b/packages/sip/sip-native_4.7.8.bb
index eace443..127d26f 100644
--- a/packages/sip/sip-native_4.7.8.bb
+++ b/packages/sip/sip-native_4.7.8.bb
@@ -6,6 +6,8 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 PR = "ml0"
 
+DEFAULT_PREFERENCE = "-1"
+
 SRC_URI = "http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-${PV}.tar.gz"
 S = "${WORKDIR}/sip-${PV}/sipgen"
 





More information about the Openembedded-commits mailing list