From 2da24cfeeb5d409b4e7d21d91d27ab528d534add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 18 Feb 2018 19:24:27 +0100 Subject: [PATCH] Adding bison GNU parser generation Apparently needed for K4.16.y --- lib/general.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index d1b6d38d73..ec2f69bd4f 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -516,7 +516,8 @@ prepare_host() parted pkg-config libncurses5-dev whiptail debian-keyring debian-archive-keyring f2fs-tools libfile-fcntllock-perl rsync libssl-dev \ nfs-kernel-server btrfs-tools ncurses-term p7zip-full kmod dosfstools libc6-dev-armhf-cross \ curl patchutils python liblz4-tool libpython2.7-dev linux-base swig libpython-dev aptly acl \ - locales ncurses-base pixz dialog systemd-container udev distcc lib32stdc++6 libc6-i386 lib32ncurses5 lib32tinfo5" + locales ncurses-base pixz dialog systemd-container udev distcc lib32stdc++6 libc6-i386 lib32ncurses5 lib32tinfo5 \ + bison libbison-dev flex libfl-dev" local codename=$(lsb_release -sc) display_alert "Build host OS release" "${codename:-(unknown)}" "info"