Merge pull request #1708 from flatcar/krnowak/prune-obsolete-overrides

overlay coreos/config: Drop overrides for packages we do not have
This commit is contained in:
Krzesimir Nowak 2024-02-29 12:09:33 +01:00 committed by GitHub
commit 128037e808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}"