diff mbox series

[meta-arago,master,v2] packagegroup-arago-qte*: Remove final webkit entries

Message ID 20240615012037.1848-1-reatmon@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,v2] packagegroup-arago-qte*: Remove final webkit entries | expand

Commit Message

Ryan Eatmon June 15, 2024, 1:20 a.m. UTC
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 <reatmon@ti.com>
---
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 mbox series

Patch

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  \