overlay coreos/config: Drop overrides for packages we do not have

This commit is contained in:
Krzesimir Nowak 2024-02-28 11:33:59 +01:00
parent f681d90689
commit a038fcf482
5 changed files with 0 additions and 21 deletions

View File

@ -1,2 +0,0 @@
export ac_cv_file__build_amd64_usr__usr_lib64_libsepol_a=yes

View File

@ -1,5 +0,0 @@
# Creating symlinks on FAT doesn't work, so don't do that
INSTALL_MASK="${INSTALL_MASK}
/boot/xen-?.?.gz
/boot/xen-?.gz
/boot/xen.gz"

View File

@ -1,6 +0,0 @@
# We provide xenstore as a standalone package
INSTALL_MASK="${INSTALL_MASK}
/usr/bin/xenstore
/usr/lib/debug/usr/bin/xenstore.debug
/usr/lib/debug/usr/lib*/libxenstore.so*
/usr/lib*/libxenstore.so*"

View File

@ -1,5 +0,0 @@
# savedconfig by default saves the currently generated config into
# /etc/portage/savedconfig. However we want to avoid placing it here
# so that every re-emerge will pick up the configs from
# chromeos-base/busybox-config
INSTALL_MASK+=" /etc/portage/savedconfig"

View File

@ -1,3 +0,0 @@
# Don't filter out /etc/init.d/functions.sh
PKG_INSTALL_MASK="${PKG_INSTALL_MASK/\/etc\/init.d}"
INSTALL_MASK="${INSTALL_MASK/\/etc\/init.d}"