All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/1] trace-cmd: add PACKAGECONFIG for audit
@ 2018-06-08  1:18 Dengke Du
  2018-06-08  1:18 ` [PATCH V2 1/1] " Dengke Du
  0 siblings, 1 reply; 2+ messages in thread
From: Dengke Du @ 2018-06-08  1:18 UTC (permalink / raw)
  To: ross.burton, openembedded-core

The following changes since commit 90a29096f47981e21e86594ca2310b659844c9c1:

  oe-pkgdata-util: package-info: Re-add support for the --extra option (2018-06-04 15:15:00 +0100)

are available in the git repository at:

  https://github.com/DengkeDu/openembedded-core.git dengke/trace-cmd
  https://github.com//tree/dengke/trace-cmd

Dengke Du (1):
  trace-cmd: add PACKAGECONFIG for audit

 meta/recipes-kernel/trace-cmd/trace-cmd_git.bb | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH V2 1/1] trace-cmd: add PACKAGECONFIG for audit
  2018-06-08  1:18 [PATCH V2 0/1] trace-cmd: add PACKAGECONFIG for audit Dengke Du
@ 2018-06-08  1:18 ` Dengke Du
  0 siblings, 0 replies; 2+ messages in thread
From: Dengke Du @ 2018-06-08  1:18 UTC (permalink / raw)
  To: ross.burton, openembedded-core

Signed-off-by: Dengke Du <dengke.du@windriver.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() {
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-08  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  1:18 [PATCH V2 0/1] trace-cmd: add PACKAGECONFIG for audit Dengke Du
2018-06-08  1:18 ` [PATCH V2 1/1] " Dengke Du

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.