From c7348b19c059ad5bafb3d930011fe2eb62374253 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 25 Jan 2018 19:52:26 +0100 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-lxqt-image.bb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'recipes-images') 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 \ -- cgit v1.2.3