[oe-commits] [openembedded-core] 24/44: trace-cmd: add PACKAGECONFIG for audit

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f7d62fff09b033b6eee7251a133d05c24c55769e
Author: Dengke Du <dengke.du at windriver.com>
AuthorDate: Fri Jun 8 09:18:32 2018 +0800

    trace-cmd: add PACKAGECONFIG for audit
    
    Signed-off-by: Dengke Du <dengke.du at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/trace-cmd/trace-cmd_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
index 27c7c19..d9cc9a7 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
@@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://trace-input.c;beginline=5;endline=8;md5=3ec82f43bbe0cfb5951ff414ef4d44d0 \
 "
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[audit] = ',NO_AUDIT=1,audit'
 EXTRA_OEMAKE = "\
     'prefix=${prefix}' \
     'bindir=${bindir}' \
@@ -21,6 +23,7 @@ EXTRA_OEMAKE = "\
     'libdir=${libdir}' \
     \
     NO_PYTHON=1 \
+    ${PACKAGECONFIG_CONFARGS} \
 "
 
 do_compile_prepend() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list