From f96c9b2a74036bfaaf01f72a9bce4961583646cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 27 Dec 2015 13:49:20 +0100 Subject: [PATCH] Package list need one more package and a small fix --- build-all.sh | 5 +++-- general.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build-all.sh b/build-all.sh index 6a9c89c6e0..41f7cc7b65 100644 --- a/build-all.sh +++ b/build-all.sh @@ -40,7 +40,7 @@ while [[ $k1 -lt ${#MYARRAY1[@]} ]] else BUILD_DESKTOP="no" fi - + unset IFS source $SRC/lib/configuration.sh if [[ $KERNEL_ONLY == "yes" ]]; then if [[ "$OLDFAMILY" != *"$LINUXFAMILY$BRANCH"* ]]; then @@ -52,7 +52,8 @@ while [[ $k1 -lt ${#MYARRAY1[@]} ]] echo "$BOARD $RELEASE $BRANCH $BUILD_DESKTOP $LINUXFAMILY" [[ $BUILD_ALL != "demo" ]] && source $SRC/lib/main.sh fi # kernel only - + IFS=";" + k1=$[$k1+2] l1=$[$l1+2] done diff --git a/general.sh b/general.sh index 5f88a217e3..0a1b9c6b0f 100644 --- a/general.sh +++ b/general.sh @@ -297,7 +297,7 @@ prepare_host() { # packages list for host PAK="aptly ca-certificates device-tree-compiler pv bc lzop zip binfmt-support build-essential ccache debootstrap ntpdate pigz \ gawk gcc-arm-linux-gnueabihf qemu-user-static u-boot-tools uuid-dev zlib1g-dev unzip libusb-1.0-0-dev ntpdate \ - parted pkg-config libncurses5-dev whiptail debian-keyring debian-archive-keyring f2fs-tools" + parted pkg-config libncurses5-dev whiptail debian-keyring debian-archive-keyring f2fs-tools libfile-fcntllock-perl" # warning: apt-cacher-ng will fail if installed and used both on host and in container/chroot environment with shared network # set NO_APT_CACHER=yes to prevent installation errors in such case