[ buster / disco ] fixing chroot-buildpackages dependency and typo fix

This commit is contained in:
Igor Pecovnik 2019-04-19 17:19:28 +02:00
parent 24c81d1b05
commit 3a16e92934
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@ create_chroot()
components['disco']='main,universe,multiverse'
display_alert "Creating build chroot" "$release/$arch" "info"
local includes="ccache,locales,git,ca-certificates,devscripts,libfile-fcntllock-perl,debhelper,rsync,python3,distcc"
# perhaps a temporally workaround
[[ $release == buster ]] && includes=$uncludes",perl-openssl-defaults,libnet-ssleay-perl"
if [[ $NO_APT_CACHER != yes ]]; then
local mirror_addr="http://localhost:3142/${apt_mirror[$release]}"
else

View File

@ -346,7 +346,7 @@ create_board_package()
cp $SRC/packages/bsp/10-override-random-mac.conf $destination/usr/lib/NetworkManager/conf.d/
;;
bionic)
disco)
mkdir -p $destination/usr/lib/NetworkManager/conf.d/
cp $SRC/packages/bsp/zz-override-wifi-powersave-off.conf $destination/usr/lib/NetworkManager/conf.d/
cp $SRC/packages/bsp/10-override-random-mac.conf $destination/usr/lib/NetworkManager/conf.d/