summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 19:14:42 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 13:47:09 +0100
commit3e1ae89a9906c90906b4ba4aa8cddcb5b7c656f6 (patch)
tree72ce9c645ab2b90bcf117e8498f242a1d54242b8 /package/qt
parentfa4214e21b50b791ec365c64897ac2676b45448a (diff)
toolchain-external: CodeSourcery SH: support only one version
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index 418248ab0..bf1472462 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -416,7 +416,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
# The CodeSourcery SuperH toolchain fails to build Webkit,
# with an assertion failure in binutils.
default y if (BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb) && \
- !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
+ !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
config BR2_PACKAGE_QT_WEBKIT
bool "WebKit Module"