summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/Config.in
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa2009-03-12 03:53:54 +0100
committerThiago A. CorrĂȘa2009-03-12 03:53:54 +0100
commitba567f8a582cdf3ec59a9187c42e1294f860f5f0 (patch)
tree5c070408501ef40bfa0c5833b4aeead2737bf79f /package/qtopia4/Config.in
parentfontconfig: fix typo added in r25611 (diff)
downloadbuildroot-ba567f8a582cdf3ec59a9187c42e1294f860f5f0.tar.gz
buildroot-ba567f8a582cdf3ec59a9187c42e1294f860f5f0.tar.xz
buildroot-ba567f8a582cdf3ec59a9187c42e1294f860f5f0.zip
Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This will be default now.
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r--package/qtopia4/Config.in22
1 files changed, 13 insertions, 9 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index e6823329b..2442c2d17 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -41,10 +41,13 @@ endchoice
choice
prompt "Qtopia 4 Core license type"
- default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
+ default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_LGPL
help
Selects the type of license you which to use for Qtopia 4 Core.
+config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_LGPL
+ bool "LGPL license"
+
config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
bool "GPL license"
@@ -53,16 +56,17 @@ config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
endchoice
-config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
- bool "Approve Qtopia Core 4 GPL licence"
- depends on BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
+config BR2_PACKAGE_QTOPIA4_LICENSE_APPROVED
+ bool "Approve Qtopia Core 4 license"
+ depends on BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL || BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_LGPL
help
- Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
- on the Qtopia Core 4 library. By doing this you will not be asked
- while the library is compiled. Please read and understand the GPL
- licence before approving this.
+ Select this if you approve the above selected license for the
+ Qtopia Core 4 library.
+ By doing this you will not be asked while the library is compiled.
+ Please read and understand the license terms before approving this.
- For full GPL version 2 see http://www.gnu.org/licenses/gpl.txt
+ For full GPL version 2 see http://www.gnu.org/licenses/gpl2.txt
+ For full LGPL see http://www.gnu.org/licenses/lgpl.txt
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME