diff options
Diffstat (limited to 'package/qt5/qt5webkit-examples/qt5webkit-examples.mk')
-rw-r--r-- | package/qt5/qt5webkit-examples/qt5webkit-examples.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk index b3b9fbef18..b687ac70c5 100644 --- a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk +++ b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk @@ -10,10 +10,10 @@ QT5WEBKIT_EXAMPLES_SOURCE = qtwebkit-examples-opensource-src-$(QT5WEBKIT_EXAMPLE QT5WEBKIT_EXAMPLES_DEPENDENCIES = qt5webkit ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y) -QT5WEBKIT_EXAMPLES_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 -# qt5webkit-examples. +QT5WEBKIT_EXAMPLES_LICENSE = LGPLv2.1 with exception or LGPLv3 or GPLv2 +# Source files contain references to LGPL_EXCEPTION.txt but it is not included +# in the archive. +QT5WEBKIT_EXAMPLES_LICENSE_FILES = LICENSE.LGPLv21 LICENSE.LGPLv3 LICENSE.GPLv2 else QT5WEBKIT_EXAMPLES_LICENSE = Commercial license QT5WEBKIT_EXAMPLES_REDISTRIBUTE = NO |