summaryrefslogtreecommitdiffstats
path: root/package/pinentry
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-05-06 15:54:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-07 22:09:17 +0200
commit519b96ad8726843cbae5be5b52cdeb395ca9c7e2 (patch)
treeae7c54dad2a673a333070f54a57632526106e1d6 /package/pinentry
parentfb71372d5f59de5ae3eaece431fcfb007b264008 (diff)
downloadbuildroot-519b96ad8726843cbae5be5b52cdeb395ca9c7e2.tar.gz
buildroot-519b96ad8726843cbae5be5b52cdeb395ca9c7e2.zip
Revert "toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405"
An autobuilder exception has been added to avoid testing qt gui module with the CodeSourcery NiosII toolchain. This allow to remove the BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 symbol. This reverts commit 5dce3c05b5ea38539f6ee6efc24c13db936260dc. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pinentry')
-rw-r--r--package/pinentry/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/pinentry/Config.in b/package/pinentry/Config.in
index 682af9f3f2..f5a8159762 100644
--- a/package/pinentry/Config.in
+++ b/package/pinentry/Config.in
@@ -40,15 +40,11 @@ config BR2_PACKAGE_PINENTRY_QT4
depends on BR2_USE_MMU # fork
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # Qt GUI module
select BR2_PACKAGE_QT
select BR2_PACKAGE_QT_GUI_MODULE
help
The pinentry-qt4 tool
-comment "pinentry-qt4 support needs a toolchain not affected by Binutils bug 19405"
- depends on BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
-
comment "pinentry-qt4 needs a toolchain w/ C++, threads"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud