aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
commit19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch)
tree3797eff5681f7b7188f4e315c2b05fcd936f57e8 /python
parent85b9c66123293478a0618e3ba230adc266c85eea (diff)
downloadopenembedded-19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec.tar.gz
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'python')
-rw-r--r--python/python-pyqt_3.11.oe3
-rw-r--r--python/python-pyqwt_3.10.oe9
2 files changed, 5 insertions, 7 deletions
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe
index 6e609fcab9..82bbcf0eac 100644
--- a/python/python-pyqt_3.11.oe
+++ b/python/python-pyqt_3.11.oe
@@ -73,5 +73,4 @@ do_install() {
done
}
-FILES_${PN}=
-FILES_${PN}=/usr/lib/python2.3/site-packages
+FILES_${PN} = "/usr/lib/python2.3/site-packages"
diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe
index e1ecf3054b..915c53d077 100644
--- a/python/python-pyqwt_3.10.oe
+++ b/python/python-pyqwt_3.10.oe
@@ -8,7 +8,7 @@ DEPENDS = "virtual/libc virtual/libqte2 python-numeric python-pyqt qwt"
SRCNAME = "pyqwt"
SRC_URI = "http://pyqwt.sourceforge.net/snapshot/PyQwt-20040118.tar.gz \
- file://${FILESDIR}/qt2.x-compat.patch;patch=1 \
+ file://${FILESDIR}/qt2.x-compat.patch;patch=1 \
file://${FILESDIR}/qtmod-sip-staging.patch;patch=1"
S = "${WORKDIR}/PyQwt-20040118"
@@ -17,7 +17,7 @@ export QTDIR = "${STAGING_LIBDIR}/.."
EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link, \
CONFIG=qte CONFIG+=warn_on CONFIG+=release \
DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \
- DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=HAS_NUMERIC\
+ DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=HAS_NUMERIC \
INCLUDEPATH=. INCLUDEPATH+=../numpy \
INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \
INCLUDEPATH+=${STAGING_INCDIR}/ \
@@ -84,6 +84,5 @@ do_install() {
done
}
-FILES_${PN}=
-FILES_${PN}=/usr/lib/python2.3/site-packages
-
+FILES_${PN} = ""
+FILES_${PN} = "/usr/lib/python2.3/site-packages"