SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-app-framework / recipes-core / util-linux / util-linux_appfw.inc
1 # Enabling Smack support in util-linux enables special support
2 # in [lib]mount for Smack mount options: they get removed if
3 # Smack is not active in the current kernel. Important for
4 # booting with "security=none" when userspace otherwise is
5 # compiled to use Smack.
6
7 PACKAGECONFIG_append_with-lsm-smack_class-target = " smack"
8 PACKAGECONFIG[smack] = "--with-smack, --without-smack"