Convert to new override syntax
[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"