1b9b722ece44c207608728406857be1f6ea92c25
[AGL/meta-agl.git] / meta-security / recipes-core / coreutils / coreutils_%.bbappend
1 # Smack patches are included in coreutils v8.22, we just need to enable them.
2 # The default is not deterministic (enabled if libsmack found), so disable
3 # explicitly otherwise.
4 EXTRA_OECONF_SMACK_class-target = "--disable-libsmack"
5 EXTRA_OECONF_SMACK_with-lsm-smack_class-target = "--enable-libsmack"
6 EXTRA_OECONF_append_class-target = " ${EXTRA_OECONF_SMACK}"
7 DEPENDS_append_with-lsm-smack_class-target = " smack"