Commit Graph

6 Commits

Author SHA1 Message Date
Martin Jansa
6f904dd5dc Partial Revert of "qtwebkit: Fix build with ruby 3.2+"
This partially reverts commit a083cdfdfa.

Fixes https://github.com/meta-qt5/meta-qt5/issues/503 for kirkstone
branch where sip3 still existed in meta-oe, for meta-qt5/master someone
would need to replace sip3 or otherwise resolve:
https://git.openembedded.org/meta-openembedded/commit/?id=4dc1c6e16b31d30aca05c52fa0209c74eedd6842

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2023-02-15 14:15:56 +01:00
Khem Raj
a083cdfdfa qtwebkit: Fix build with ruby 3.2+
Ruby 3.2 removes Object#=~ completely

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2023-02-15 14:12:57 +01:00
Martin Jansa
cc3d1c0c9b meta: update license names
* openembedded-core/scripts/contrib/convert-spdx-licenses.py .
  ...
  All files processed with version 0.01

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2022-02-22 12:53:10 +01:00
Martin Jansa
a6bee8ea4c Convert to new override syntax
This is the result of automated script (0.9.0) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 13:38:16 +02:00
Daniel Gomez
0df7c5d1f2 python3-pyqt5: Update recipe to use pypi class
*  Update recipe to inherit from pypi class.
*  Update homepage.

Signed-off-by: Daniel Gomez <daniel@qtec.com>
2020-10-11 17:07:28 +02:00
Martin Jansa
2f17a26d2f python3-pyqt5: upgrade to final 5.15.1
* use the released version from:
  https://www.riverbankcomputing.com/news/PyQt_v5.15.1_Released
  because the snapshots are pruned very quickly and were causing many fetch issues
  as the http://sources.openembedded.org/ is no longer updated from meta-qt5 builds
* unfortunately this will sort lower than 5.15.1.dev2008271829 added in:
  1650757f41
  I should have rejected it before, if you care about binary package feeds, then send PE bump

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-09-15 16:10:17 +02:00