summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-04-01 23:11:05 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2018-05-08 10:30:56 -0400
commitc8290189fdaa2d23b0f37fd9c4f6236e64ee58a3 (patch)
tree013a45609e9a1d861c54e1c866fcfd08574c4db1
parent968caef93705e2b24da07b8664c10e2bfa2e3fd0 (diff)
downloadmeta-selinux-c8290189fdaa2d23b0f37fd9c4f6236e64ee58a3.tar.gz
enable-audit.bbclass: remove implement of packageconfig audit
enable-audit.bbclass is only used by systemd. And systemd has adapted to use build tool meson and implement PACKAGECONFIG audit in recipe file of systemd in oe-core. So remove implement of PACKAGECONFIG audit from enable-audit.bbclass. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--classes/enable-audit.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/enable-audit.bbclass b/classes/enable-audit.bbclass
index 5820a38..4538b0b 100644
--- a/classes/enable-audit.bbclass
+++ b/classes/enable-audit.bbclass
@@ -2,4 +2,3 @@
2inherit selinux 2inherit selinux
3 3
4PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}" 4PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}"
5PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit,"