diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-16 21:51:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-16 21:51:33 +0000 |
commit | ea2e4765d6104437194cfde01350c44fe84a8b2d (patch) | |
tree | 9ac84341797cc4532500ac0193a555e1a6d1f4c1 /python/python-pyqt_3.11.oe | |
parent | 542206d934496377c5e6ab69011393f5323face8 (diff) |
convert the qwt bindings for python to use the sip and qmake oeclasses
BKrev: 40a7e265kI_9nVQWTc5xfQJdpX2aOA
Diffstat (limited to 'python/python-pyqt_3.11.oe')
-rw-r--r-- | python/python-pyqt_3.11.oe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index 825be676bf..68ce59bb44 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -10,19 +10,14 @@ SRCNAME = "pyqt" PR = "2" SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz" - S = "${WORKDIR}/PyQt-x11-gpl-${PV}" inherit qmake sip QMAKE_PROFILES = "pyqt.pro" - EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1" - SIP_MODULES = "qt qtcanvas qttable qtpe" - SIP_FEATURES = "${FILESDIR}/features" - EXTRA_OEMAKE = " MAKEFLAGS= " EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link, \ |