diff --git a/coin/test-configs.inc b/coin/test-configs.inc index 3725ce3..dca0f10 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -78,7 +78,6 @@ PACKAGECONFIG:append:pn-qtsensors = " examples" PACKAGECONFIG:append:pn-qtserialbus = " examples" PACKAGECONFIG:append:pn-qtserialport = " examples" PACKAGECONFIG:append:pn-qtshadertools = " examples" -PACKAGECONFIG:append:pn-qtspeech = " examples" PACKAGECONFIG:append:pn-qtsvg = " examples" PACKAGECONFIG:append:pn-qttools = " examples" PACKAGECONFIG:append:pn-qttranslations = " examples" diff --git a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb index 270ff46..ef0f03c 100644 --- a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb @@ -35,7 +35,6 @@ RDEPENDS:${PN} += " \ qtserialbus \ qtserialport \ qtshadertools \ - qtspeech \ qtsvg \ qttranslations \ qtvirtualkeyboard \ diff --git a/recipes-qt/qt6/qt6-git.inc b/recipes-qt/qt6/qt6-git.inc index 4a9042c..8de09ed 100644 --- a/recipes-qt/qt6/qt6-git.inc +++ b/recipes-qt/qt6/qt6-git.inc @@ -45,7 +45,6 @@ SRCREV_qtsensors = "8a547dcb37d5d01a5f1c2e0e588f4488c5247de7" SRCREV_qtserialbus = "ac6448c6da9b6ddb20ba5ccd30a371a24980e39c" SRCREV_qtserialport = "9c1407b8506dbecf510cf15fbcd11631803d9952" SRCREV_qtshadertools = "28460df15c4f16fc4e8bbdb37bd436774185019a" -SRCREV_qtspeech = "e823c481693e4bfac733b44737ef02be8360b713" SRCREV_qtsvg = "286c1f2f0a1d220a2665612eacabcc3cce861871" SRCREV_qttools = "9ea05f1273565217831e0160bb8d5feff28c605a" SRCREV_qttools-qlitehtml = "4931b7aa30f256c20573d283561aa432fecf8f38" diff --git a/recipes-qt/qt6/qtspeech_git.bb b/recipes-qt/qt6/qtspeech_git.bb deleted file mode 100644 index 4f88d57..0000000 --- a/recipes-qt/qt6/qtspeech_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-2.0+) | The-Qt-Company-Commercial" -LIC_FILES_CHKSUM = " \ - file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ - file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ - file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ -" - -inherit qt6-qmake - - -include recipes-qt/qt6/qt6-git.inc -include recipes-qt/qt6/qt6.inc - -DEPENDS += "qtbase" -