summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-01-25 19:52:26 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:11 +0100
commitc7348b19c059ad5bafb3d930011fe2eb62374253 (patch)
treea736a547410a240cc89d1cf2e8e2b0402c45a4a8
parent310fc9003de3fca2a7e93e49c7429e81e557a8ec (diff)
angstrom-lxqt-image: point out qt licences
Provide a link to the Qt website with licensing information. Split out GPL-3.0 modules into their own variable to ease removal of these module. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxqt-image.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb
index 496fd3b..a987e42 100644
--- a/recipes-images/images/angstrom-lxqt-image.bb
+++ b/recipes-images/images/angstrom-lxqt-image.bb
@@ -231,14 +231,14 @@ RRECOMMENDS_${PN} += " \
# deploy these unconditionally, so that they are there for development/debugging
# for a final image this is unnedded and the applications will pull in whatever needed
# through their RRECOMMENDS
-QT5_LIBS = " \
+
+# check the licensing at http://doc.qt.io/qt-5/licensing.html
+QT5_LIBS ?= " \
qt3d \
qt5-plugin-generic-vboxtouch \
qtbase \
qtcanvas3d \
- qtcharts \
qtconnectivity \
- qtdatavis3d \
qtdeclarative \
qtenginio \
qtgraphicaleffects \
@@ -255,13 +255,17 @@ QT5_LIBS = " \
qtsystems \
qttools \
qttranslations \
- qtvirtualkeyboard \
qtwebchannel \
qtwebkit-examples \
qtwebkit \
qtwebsockets \
qtxmlpatterns \
"
+QT5_LIBS_GPLv3 ?= " \
+ qtcharts \
+ qtdatavis3d \
+ qtvirtualkeyboard \
+"
IMAGE_INSTALL += " \
eject \
@@ -307,6 +311,7 @@ IMAGE_INSTALL += " \
${IMAGE_BROWSER} \
sddm \
${QT5_LIBS} \
+ ${QT5_LIBS_GPLv3} \
packagegroup-lxqt-base \
qedit \
liberation-fonts \