Upgrade to bison-3.0.2
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 22:23:18 +0000 (17:23 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 29 Dec 2014 16:24:31 +0000 (11:24 -0500)
config/packages-list
stage2/hv-install-1
stage2/pkg/bison [deleted file]

index 2370b8a..b4fc4a3 100644 (file)
@@ -27,7 +27,7 @@ BASH="bash-4.3.30"
 BASHCOMPLETION="bash-completion-20060301"
 BC="bc-1.06.95"
 BDWGC="bdwgc-7_2alpha5-20110107"
-BISON="bison-2.7.1"
+BISON="bison-3.0.2"
 BIND="bind-9.10.1-P1"
 BINUTILS="binutils-2.24"
 BRIDGE_UTILS="bridge-utils-1.5"
index 253e6d9..deee54b 100755 (executable)
@@ -56,7 +56,7 @@ ipkg -m noac ${PROCPS}
 ipkg ${LIBTOOL}
 ipkg ${FLEX}
 ipkg ${PERL}
-ipkg ${BISON}
+ipkg -m acnb ${BISON}
 ipkg -m noac ${IPROUTE2}
 ipkg ${READLINE}
 ipkg ${AUTOCONF}
diff --git a/stage2/pkg/bison b/stage2/pkg/bison
deleted file mode 100644 (file)
index 1b66183..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-hvconfig_post()
-{
-    # The configure system causes bison to be built without support for
-    # internationalization of error messages if a bison program is not
-    # already in $PATH. The following addition will correct this:
-    echo '#define YYENABLE_NLS 1' >> config.h
-}