aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-pyqwt_3.10.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-02-09 00:18:35 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-02-09 00:18:35 +0000
commit162167d945c624fb80da51089e65d198af7105a2 (patch)
treed163ac9ba2359f6df869786d0706f397b88e0140 /packages/python/python-pyqwt_3.10.bb
parentfb2fa1075ab82a84ead46c6d400755297bcc39f4 (diff)
downloadopenembedded-162167d945c624fb80da51089e65d198af7105a2.tar.gz
compute python version based on staging area, not on host python *cough*. inherit distutils-base for sip, pyqt, and pyqwt
BKrev: 420956dbKk6Hb3R1N-CN8-KJ3liYdQ
Diffstat (limited to 'packages/python/python-pyqwt_3.10.bb')
-rw-r--r--packages/python/python-pyqwt_3.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-pyqwt_3.10.bb b/packages/python/python-pyqwt_3.10.bb
index cf8543f6c8..7b3c8ab28f 100644
--- a/packages/python/python-pyqwt_3.10.bb
+++ b/packages/python/python-pyqwt_3.10.bb
@@ -7,14 +7,14 @@ LICENSE = "GPL"
RDEPENDS = "python-core python-sip python-pyqt (>=${PV}) python-numeric qwt"
DEPENDS = "virtual/libqte2 python-numeric python-pyqt qwt"
SRCNAME = "pyqwt"
-PR = "ml2"
+PR = "ml3"
SRC_URI = "http://www.vanille.de/mirror/PyQwt-20040118.tar.gz \
file://qt2.x-compat.patch;patch=1 \
file://features"
S = "${WORKDIR}/PyQwt-20040118"
-inherit qmake sip
+inherit qmake sip distutils-base
QMAKE_PROFILES = "pyqwt.pro"
EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"