summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2016-12-19 21:10:21 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-28 23:25:23 +1300
commitabd35cad939250cc7e7a0657233e9debf9441efc (patch)
treee3dcb21f4a9fbb42c65adfcb87281a3c17066829 /package
parentf9edac7ec45958ebd22f156f7ca859e1dbf0673a (diff)
downloadbuildroot-abd35cad939250cc7e7a0657233e9debf9441efc.tar.gz
buildroot-abd35cad939250cc7e7a0657233e9debf9441efc.zip
qt5base: add examples license information
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/qt5/qt5base/qt5base.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 45ba4e661d..bbbaf0f456 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -47,6 +47,10 @@ ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
QT5BASE_CONFIGURE_OPTS += -opensource -confirm-license
QT5BASE_LICENSE = GPLv3 or LGPLv2.1 with exception or LGPLv3, GFDLv1.3 (docs)
QT5BASE_LICENSE_FILES = LICENSE.GPLv3 LICENSE.LGPLv21 LGPL_EXCEPTION.txt LICENSE.LGPLv3 LICENSE.FDL
+ifeq ($(BR2_PACKAGE_QT5BASE_EXAMPLES),y)
+QT5BASE_LICENSE := $(QT5BASE_LICENSE), BSD-3c (examples)
+QT5BASE_LICENSE_FILES += header.BSD
+endif
else
QT5BASE_LICENSE = Commercial license
QT5BASE_REDISTRIBUTE = NO
OpenPOWER on IntegriCloud