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 making it be built. This patch removes the final vestiges of qtwebkit from Arago.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-qte.bb | 3 ++- .../packagegroup-arago-qte-toolchain-target.bb | 9 +++++---- 2 files changed, 7 insertions(+), 5 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..7584de2d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb @@ -6,7 +6,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -WEBKIT = "qtwebkit-qmlplugins" +#WEBKIT = "qtwebkit-qmlplugins" +WEBKIT = "" WEBKIT:armv5 = "" RDEPENDS:${PN} = "\ 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..39b8ad5e 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,10 +7,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -WEBKIT = " \ - qtwebkit-mkspecs \ - qtwebkit-dev \ -" +#WEBKIT = " \ +# qtwebkit-mkspecs \ +# qtwebkit-dev \ +#" +WEBKIT = "" WEBKIT:armv5 = "" RDEPENDS:${PN} += " \ -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15392): https://lists.yoctoproject.org/g/meta-arago/message/15392 Mute This Topic: https://lists.yoctoproject.org/mt/106681653/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
