meta-selinux/recipes-kernel/perf/perf.bbappend
Dmitry Eremin-Solenikov 22c3447a51 perf: conditionally add audit to the DEPENDS list
perf can make use of libaudit if it is present. So let's build perf with
audit if we are building a SELinux-enabled distribution.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-05-11 14:28:43 -04:00

2 lines
82 B
Plaintext

DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit', '', d)}"