* [PATCH 0/1] systemd: add PACKAGECONFIG for 'audit'
@ 2014-11-10 8:58 Chen Qi
2014-11-10 8:58 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2014-11-10 8:58 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 33b7885ecdc8774e34ac3534ec49fed6ffdb3916:
oprofile: 0.9.9 -> 1.0.0 (2014-11-09 10:19:58 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-audit
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-audit
Chen Qi (1):
systemd: add PACKAGECONFIG for 'audit'
meta/recipes-core/systemd/systemd_216.bb | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] systemd: add PACKAGECONFIG for 'audit'
2014-11-10 8:58 [PATCH 0/1] systemd: add PACKAGECONFIG for 'audit' Chen Qi
@ 2014-11-10 8:58 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2014-11-10 8:58 UTC (permalink / raw)
To: openembedded-core
Add PACKAGECONFIG for 'audit', otherwise there would be warnings like
below which would possibly lead to do_rootfs failure.
WARNING: QA Issue: systemd-analyze rdepends on audit, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: systemd rdepends on audit, but it isn't a build dependency? [build-deps]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/systemd/systemd_216.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index 27a5d92..eaf3a5d 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -64,6 +64,7 @@ PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils"
PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved"
PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd"
PACKAGECONFIG[libidn] = "--enable-libidn,--disable-libidn,libidn"
+PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit"
CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-10 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 8:58 [PATCH 0/1] systemd: add PACKAGECONFIG for 'audit' Chen Qi
2014-11-10 8:58 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox