From 2a92cee21a24daa0ef6e49a08c8c298fcee91c63 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 17 Dec 2010 13:21:56 -0300 Subject: bison: bump to version 2.4.3 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/bison/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/bison/Config.in') diff --git a/package/bison/Config.in b/package/bison/Config.in index edea4f6f9..e8aa0b60f 100644 --- a/package/bison/Config.in +++ b/package/bison/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_BISON bool "bison" + depends on BR2_USE_WCHAR help General-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. http://www.gnu.org/software/bison/ + +comment "bison requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR -- cgit v1.2.3