diff options
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 \ +" |