With the removal of the matrix-gui package the full dependency on qtwebkit was removed, but there were remnant pieces of qtwebkit sub packages that were still causing it to be built. This patch removes the final vestiges of qtwebkit from Arago.
Signed-off-by: Ryan Eatmon <[email protected]> --- v2: Accidentally sent the first patch with the lines commented out instead of removed. .../recipes-core/packagegroups/packagegroup-arago-qte.bb | 4 ---- .../packagegroup-arago-qte-toolchain-target.bb | 7 ------- 2 files changed, 11 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb index 129838cc..8ea830fd 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb @@ -6,9 +6,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -WEBKIT = "qtwebkit-qmlplugins" -WEBKIT:armv5 = "" - RDEPENDS:${PN} = "\ qtbase-plugins \ qtdeclarative-qmlplugins \ @@ -23,7 +20,6 @@ RDEPENDS:${PN} = "\ qtgraphicaleffects-qmlplugins \ qtvirtualkeyboard-plugins \ qtvirtualkeyboard-qmlplugins \ - ${WEBKIT} \ liberation-fonts \ qtconnectivity \ qtconnectivity-qmlplugins \ diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb index 0380f3a6..793fcd8f 100644 --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb @@ -7,12 +7,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -WEBKIT = " \ - qtwebkit-mkspecs \ - qtwebkit-dev \ -" -WEBKIT:armv5 = "" - RDEPENDS:${PN} += " \ packagegroup-arago-standalone-sdk-target \ libsqlite3-dev \ @@ -33,7 +27,6 @@ RDEPENDS:${PN} += " \ qtsensors-dev \ qtsvg-dev \ qtxmlpatterns-dev \ - ${WEBKIT} \ ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "qtwebengine-mkspecs qtwebengine-dev", "", d)} \ qtserialport-mkspecs \ qtserialport-dev \ -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15393): https://lists.yoctoproject.org/g/meta-arago/message/15393 Mute This Topic: https://lists.yoctoproject.org/mt/106681706/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
