All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kai Kang <kai.kang@windriver.com>
To: yocto@yoctoproject.org
Subject: [PATCH 1/2] enable-audit.bbclass: remove implement of packageconfig audit
Date: Tue, 27 Mar 2018 23:55:16 -0700	[thread overview]
Message-ID: <20180328065517.13807-2-kai.kang@windriver.com> (raw)
In-Reply-To: <20180328065517.13807-1-kai.kang@windriver.com>

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>
---
 classes/enable-audit.bbclass | 1 -
 1 file changed, 1 deletion(-)

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 @@
 inherit selinux
 
 PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}"
-PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit,"
-- 
2.11.0



  reply	other threads:[~2018-03-28  6:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-28  6:55 [PATCH 0/2] Fix systemd configure error when enable audit Kai Kang
2018-03-28  6:55 ` Kai Kang [this message]
2018-03-28  6:55 ` [PATCH 2/2] audit: fix pkgconfigdir Kai Kang
2018-03-28  7:10   ` Anuj Mittal
2018-04-02  3:36     ` Kang Kai
2018-03-28  6:59 ` [meta-selinux][PATCH 0/2] Fix systemd configure error when enable audit Kang Kai
2018-04-02  6:11 [meta-selinux][PATCH V2 0/2] Fix systemd configure error if audit enabled Kai Kang
2018-04-02  6:11 ` [PATCH 1/2] enable-audit.bbclass: remove implement of packageconfig audit Kai Kang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180328065517.13807-2-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.