diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-12-19 14:48:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-19 20:36:33 +0000 |
commit | ea4276348fa0eb54be3240f69c269278c4a36acd (patch) | |
tree | 1bfd19269f99f9b9ce9f0c565f691e2e0872000a /recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend | |
parent | d403670078f50e006a3870f2a425c5c77364b8f1 (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>
Diffstat (limited to 'recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bbappend')
-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 \ +" |