Package list need one more package and a small fix

This commit is contained in:
Igor Pečovnik 2015-12-27 13:49:20 +01:00
parent 5a33e48c65
commit f96c9b2a74
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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