diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-22 18:38:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-22 18:38:08 +0000 |
commit | bd0affe3f7432ca7e64a1aeb67d7099b0ecc2f58 (patch) | |
tree | 9687294fe9d5980d4abfa85bebc552ec8ad9d81e /python/python-pyqwt-3.10 | |
parent | 0f391a2e76cf8a7dd052dac8c58b432b1de450e9 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into hyperion.(none):/home/kergoth/code/projects/packages
2004/05/22 20:38:07+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/22 20:36:41+02:00 uni-frankfurt.de!mickeyl
fix SRC_URI. Updating to a more recent snapshot can not be
done easily since the pyqwt team did patches to qwt which are not upstream (yet, hopefully) and I don't feel like
adding a dedicated qwt-pyqwt to keep pyqwt happy.
BKrev: 40af9e10fBOQNBWX7SyfZ6Fb85-H2w
Diffstat (limited to 'python/python-pyqwt-3.10')
-rw-r--r-- | python/python-pyqwt-3.10/qtmod-sip-staging.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python-pyqwt-3.10/qtmod-sip-staging.patch b/python/python-pyqwt-3.10/qtmod-sip-staging.patch index e69de29bb2..bb90bc10ce 100644 --- a/python/python-pyqwt-3.10/qtmod-sip-staging.patch +++ b/python/python-pyqwt-3.10/qtmod-sip-staging.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- PyQwt-20040118/sip/qwtmod.sip~qtmod-sip-staging 2004-02-14 15:48:17.000000000 +0100 ++++ PyQwt-20040118/sip/qwtmod.sip 2004-02-14 15:52:49.000000000 +0100 +@@ -34,7 +34,7 @@ + + %Include features.sip + +-%Import qt/qtmod.sip ++%Import qtmod.sip + + %ModuleHeaderCode + #include <qwt_python.h> |