diff options
author | Michael Roth <mroth@nessie.de> | 2009-10-07 11:20:42 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-09 14:58:32 +0200 |
commit | 28eefec5bd12072a68035e9f900fe75a3644e946 (patch) | |
tree | 576ad59d58af9afcf166c1f2ff4e43ca88158887 /configs | |
parent | d6d7f13cd0ef76790c15ea9bef73c7e2eb5224bc (diff) | |
download | buildroot-novena-28eefec5bd12072a68035e9f900fe75a3644e946.tar.gz buildroot-novena-28eefec5bd12072a68035e9f900fe75a3644e946.zip |
qt: remove commercial license option
It looks like that nobody is using the commercial license option
because the code is broken (BR2_QT_COMMERCIAL_PASSWORD typo) and
dist.trolltech.com became silent long ago and nobody complained about.
So remove the broken and unused stuff.
Signed-off-by: Michael Roth <mroth@nessie.de>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/atstk100x_defconfig | 1 | ||||
-rw-r--r-- | configs/v100sc2_defconfig | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/configs/atstk100x_defconfig b/configs/atstk100x_defconfig index 920789530..32de940e4 100644 --- a/configs/atstk100x_defconfig +++ b/configs/atstk100x_defconfig @@ -690,7 +690,6 @@ BR2_PACKAGE_QT=y # BR2_PACKAGE_QT_DEBUG is not set BR2_PACKAGE_QT_SHARED=y # BR2_PACKAGE_QT_STATIC is not set -# BR2_PACKAGE_QT_LICENSE_TYPE_COMMERCIAL is not set # BR2_PACKAGE_QT_LICENSE_APPROVED is not set # BR2_PACKAGE_QT_QT3SUPPORT is not set BR2_PACKAGE_QT_GUI_MODULE=y diff --git a/configs/v100sc2_defconfig b/configs/v100sc2_defconfig index fcece77b0..799931b29 100644 --- a/configs/v100sc2_defconfig +++ b/configs/v100sc2_defconfig @@ -546,8 +546,6 @@ BR2_PACKAGE_QT=y # BR2_PACKAGE_QT_DEBUG is not set BR2_PACKAGE_QT_SHARED=y # BR2_PACKAGE_QT_STATIC is not set -BR2_PACKAGE_QT_LICENSE_TYPE_GPL=y -# BR2_PACKAGE_QT_LICENSE_TYPE_COMMERCIAL is not set BR2_PACKAGE_QT_GPL_LICENSE_APPROVED=y # BR2_PACKAGE_QT_QT3SUPPORT is not set BR2_PACKAGE_QT_PIXEL_DEPTH_8=y |