diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-09 11:01:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-09 11:01:56 +0000 |
commit | 5d7dc2d94e88f492539761b4909a69955a5142b0 (patch) | |
tree | 0c922779ffcadcf5d2aab29530980bad1351a22f /packages/python/python-pyqt_3.13.bb | |
parent | ead81927963fb9513ffb18bc50d7f4ced7198117 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/02/09 02:42:08+01:00 uni-frankfurt.de!mickeyl
update python-numeric to v23.7
2005/02/09 02:02:21+01:00 uni-frankfurt.de!mickeyl
fix qwt 4.2 compilage against 2.3.10. Yes, QT_VERSION again (or still *sigh*)
2005/02/09 01:44:39+01:00 uni-frankfurt.de!mickeyl
fix PyQt compilage against QtE 2.3.10 (QT_VERSION again *sigh*)
BKrev: 4209eda4ikLKONxgarptvjIfCJ5yOA
Diffstat (limited to 'packages/python/python-pyqt_3.13.bb')
-rw-r--r-- | packages/python/python-pyqt_3.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python-pyqt_3.13.bb b/packages/python/python-pyqt_3.13.bb index 633a0e5cdd..a1cc6a6bfb 100644 --- a/packages/python/python-pyqt_3.13.bb +++ b/packages/python/python-pyqt_3.13.bb @@ -7,9 +7,10 @@ LICENSE = "GPL" RDEPENDS = "python-core python-sip" DEPENDS = "virtual/libqte2 virtual/libqpe" SRCNAME = "pyqt" -PR = "ml2" +PR = "ml3" SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \ + file://qt2-fix.patch;patch=1 \ file://features" S = "${WORKDIR}/PyQt-x11-gpl-${PV}" |