coreos/config: Drop env overrides for dead package

This commit is contained in:
Krzesimir Nowak 2022-05-11 14:22:48 +02:00
parent 4a13a5f869
commit 86c1c65b84

View File

@ -1,12 +0,0 @@
# Remove all the build-time helpers leaving just the libraries.
# Not like we can execute them anyways for the target.
if [[ $(cros_target) != "cros_host" ]] ; then
e2fsprogs_mask="
/usr/bin
/usr/share/et
/usr/share/ss
"
PKG_INSTALL_MASK+=" ${e2fsprogs_mask}"
INSTALL_MASK+=" ${e2fsprogs_mask}"
unset e2fsprogs_mask
fi