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>
This commit is contained in:
Khem Raj
2023-01-05 19:36:06 -08:00
committed by Martin Jansa
parent b119822b56
commit 88c8564eb5
4 changed files with 50 additions and 69 deletions

View File

@@ -20,7 +20,7 @@ inherit qmake5
inherit python3native python3-dir
DEPENDS = "qtcharts"
DEPENDS += "sip3 sip3-native python3 python3-pyqt5"
DEPENDS += "sip sip-native python3 python3-pyqt5"
export BUILD_SYS
export HOST_SYS
@@ -66,4 +66,4 @@ do_install() {
FILES:${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/"
RDEPENDS:${PN} = "qtbase qtdeclarative qtquickcontrols2 qtquickcontrols2-mkspecs qtcharts"
RDEPENDS:${PN} += "python3-core python3-sip3 python3-pyqt5"
RDEPENDS:${PN} += "python3-core sip python3-pyqt5"