app-admin/sudo,profiles: apply Flatcar patches

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
Thilo Fromm 2021-01-27 11:56:35 +01:00
parent 131c6d1cba
commit 00abfb8538
2 changed files with 5 additions and 1 deletions

View File

@ -211,6 +211,11 @@ src_install() {
rm -rf "${ED}"/run || die rm -rf "${ED}"/run || die
find "${ED}" -type f -name "*.la" -delete || die #697812 find "${ED}" -type f -name "*.la" -delete || die #697812
# Flatcar specific:
# - remove sudo.conf (shipped by baselayout)
rm "${ED}/etc/sudo.conf"
# Flatcar end
} }
pkg_postinst() { pkg_postinst() {

View File

@ -1,7 +1,6 @@
# arm64 keywords # arm64 keywords
# Keep these in alphabetical order. # Keep these in alphabetical order.
=app-admin/sudo-1.8.31 ~arm64
=app-arch/bzip2-1.0.6-r8 ~arm64 =app-arch/bzip2-1.0.6-r8 ~arm64
=app-arch/libarchive-3.3.1 ~arm64 =app-arch/libarchive-3.3.1 ~arm64
=app-crypt/mit-krb5-1.14.2 ~arm64 =app-crypt/mit-krb5-1.14.2 ~arm64