diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-28 14:34:18 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-28 14:34:18 +0200 |
commit | 6488d59a884ff75623f6eec75708980675336fd3 (patch) | |
tree | 4463c850ea481a04c456bf3bf7af8b38ee575133 /package/qt5/qt5script/qt5script.mk | |
parent | e3f983c851a0f2b13f47850276f5e4ce0f984403 (diff) | |
download | buildroot-novena-6488d59a884ff75623f6eec75708980675336fd3.tar.gz buildroot-novena-6488d59a884ff75623f6eec75708980675336fd3.zip |
qt5: add _LICENSE_FILES where applicable
Some (but not all) of the qt5 module tarballs contain license files, so
let's reference them.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt5/qt5script/qt5script.mk')
-rw-r--r-- | package/qt5/qt5script/qt5script.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/qt5/qt5script/qt5script.mk b/package/qt5/qt5script/qt5script.mk index 8687f49a7..e4364740c 100644 --- a/package/qt5/qt5script/qt5script.mk +++ b/package/qt5/qt5script/qt5script.mk @@ -13,9 +13,7 @@ QT5SCRIPT_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y) QT5SCRIPT_CONFIGURE_OPTS += -opensource -confirm-license QT5SCRIPT_LICENSE = LGPLv2.1 or GPLv3.0 -# Here we would like to get license files from qt5base, but qt5base -# may not be extracted at the time we get the legal-info for -# qt5script. +QT5SCRIPT_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt else QT5SCRIPT_LICENSE = Commercial license QT5SCRIPT_REDISTRIBUTE = NO |