summaryrefslogtreecommitdiffstats
path: root/meta-security/recipes-core/coreutils/coreutils_%.bbappend
blob: ceaf6a29c215ab3e6c98fb7615f31daeb5a3806c (plain)
1
2
3
4
5
6
7
# Smack patches are included in coreutils v8.22, we just need to enable them.
# The default is not deterministic (enabled if libsmack found), so disable
# explicitly otherwise.
EXTRA_OECONF_SMACK = "--disable-libsmack"
EXTRA_OECONF_SMACK_with-lsm-smack = "--enable-libsmack"
EXTRA_OECONF_append = " ${EXTRA_OECONF_SMACK}"
DEPENDS_append_with-lsm-smack = " smack"