SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-app-framework / recipes-core / coreutils / coreutils_appfw.inc
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"