diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-01 10:14:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-01 10:14:30 +0000 |
commit | ae645af254285eba13381f7ea0c852c78b2ea11b (patch) | |
tree | 837affc0384dec67cdbe70f69cfc2e559135c4df /python | |
parent | c8de9cb54ab2c6f686fc7ebe7543ae1f8840d8fc (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/01 00:58:57+02:00 uni-frankfurt.de!mickeyl
bump python packages basing on sip.oeclass per the recent sip.oeclass change
2004/10/01 00:58:01+02:00 uni-frankfurt.de!mickeyl
fix sip.oeclass no longer to add -lsip. libsip.so is no more, since python dlopens sip.so
BKrev: 415d2e06Tn2DdSxWzd3V5KcnI74fyQ
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pyqt_3.12.oe | 2 | ||||
-rw-r--r-- | python/python-pyqwt_3.10.oe | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/python-pyqt_3.12.oe b/python/python-pyqt_3.12.oe index e74b683ce6..a7c856114b 100644 --- a/python/python-pyqt_3.12.oe +++ b/python/python-pyqt_3.12.oe @@ -7,7 +7,7 @@ LICENSE = "GPL" RDEPENDS = "python-core python-sip" DEPENDS = "virtual/libqte2 virtual/libqpe" SRCNAME = "pyqt" -PR = "r1" +PR = "r2" SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \ file://features" diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe index beaaf2a8a0..5c4ecfd050 100644 --- a/python/python-pyqwt_3.10.oe +++ b/python/python-pyqwt_3.10.oe @@ -6,6 +6,7 @@ LICENSE = "GPL" RDEPENDS = "python-core python-pyqt (${PV}) python-numeric qwt" DEPENDS = "virtual/libqte2 python-numeric python-pyqt qwt" SRCNAME = "pyqwt" +PR = "r1" SRC_URI = "http://www.vanille.de/mirror/PyQwt-20040118.tar.gz \ file://qt2.x-compat.patch;patch=1 \ |