diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-12-19 14:48:39 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2017-12-19 22:59:46 +0000 |
commit | d069c2e93a0312eabe70fb3b78154e1223309809 (patch) | |
tree | 6bef98f9acab56e29e8933e867b45b300707888e /recipes-qt | |
parent | 39060d4ded4c84d0e674e0591d43a24a7d1d4882 (diff) |
Remove qtwebkit from packagegroup-qt5-toolchain-target
When building agl-demo-platform-crosssdk, qtwebkit is pulled and built
due to packagegroup-qt5-toolchain-target.
This commit breaks the dependency between packagegroup-qt5-toolchain-target
and qtwebkit.
Bug-AGL: SPEC-1159
Change-Id: I6e6d705c1407faa3f8ab8fe0d5e1fc39f0b15a6f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
(cherry picked from commit ea4276348fa0eb54be3240f69c269278c4a36acd)
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend index 63a7ac4e3..08afa6c7f 100644 --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend @@ -8,3 +8,11 @@ RDEPENDS_${PN} += " \ qtquickcontrols2-mkspecs \ qtquickcontrols2-qmlplugins \ " + +# remove dependency on qtwebkit (still added to SDK by packagegroup-qt5-toolchain-target) +# see SPEC-1159 +RDEPENDS_${PN}_remove = " \ + qtwebkit-dev \ + qtwebkit-mkspecs \ + qtwebkit-qmlplugins \ +" |