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>
This commit is contained in:
parent
e3f983c851
commit
6488d59a88
@ -13,9 +13,7 @@ QT5DECLARATIVE_INSTALL_STAGING = YES
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
|
||||
QT5DECLARATIVE_CONFIGURE_OPTS += -opensource -confirm-license
|
||||
QT5DECLARATIVE_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.
|
||||
QT5DECLARATIVE_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
|
||||
else
|
||||
QT5DECLARATIVE_LICENSE = Commercial license
|
||||
QT5DECLARATIVE_REDISTRIBUTE = NO
|
||||
|
@ -13,8 +13,7 @@ QT5IMAGEFORMATS_INSTALL_STAGING = YES
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
|
||||
QT5IMAGEFORMATS_CONFIGURE_OPTS += -opensource -confirm-license
|
||||
QT5IMAGEFORMATS_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 qt5svg.
|
||||
QT5IMAGEFORMATS_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
|
||||
else
|
||||
QT5IMAGEFORMATS_LICENSE = Commercial license
|
||||
QT5IMAGEFORMATS_REDISTRIBUTE = NO
|
||||
|
@ -13,9 +13,7 @@ QT5JSBACKEND_INSTALL_STAGING = YES
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
|
||||
QT5JSBACKEND_CONFIGURE_OPTS += -opensource -confirm-license
|
||||
QT5JSBACKEND_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.
|
||||
QT5JSBACKEND_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
|
||||
else
|
||||
QT5JSBACKEND_LICENSE = Commercial license
|
||||
QT5JSBACKEND_REDISTRIBUTE = NO
|
||||
|
@ -14,9 +14,7 @@ QT5QUICK1_INSTALL_STAGING = YES
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
|
||||
QT5QUICK1_CONFIGURE_OPTS += -opensource -confirm-license
|
||||
QT5QUICK1_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.
|
||||
QT5QUICK1_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
|
||||
else
|
||||
QT5QUICK1_LICENSE = Commercial license
|
||||
QT5QUICK1_REDISTRIBUTE = NO
|
||||
|
@ -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
|
||||
|
@ -13,9 +13,7 @@ QT5XMLPATTERNS_INSTALL_STAGING = YES
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
|
||||
QT5XMLPATTERNS_CONFIGURE_OPTS += -opensource -confirm-license
|
||||
QT5XMLPATTERNS_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.
|
||||
QT5XMLPATTERNS_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
|
||||
else
|
||||
QT5XMLPATTERNS_LICENSE = Commercial license
|
||||
QT5XMLPATTERNS_REDISTRIBUTE = NO
|
||||
|
Loading…
Reference in New Issue
Block a user