]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd: add PACKAGECONFIG for 'audit' ChenQi/systemd-audit
authorChen Qi <Qi.Chen@windriver.com>
Mon, 10 Nov 2014 08:49:57 +0000 (16:49 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Mon, 10 Nov 2014 08:56:02 +0000 (16:56 +0800)
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

index 27a5d926ffba4185273a1e9bdc5e26dcc21b1090..eaf3a5d452324f8be0c6772ca6314f51afed8af7 100644 (file)
@@ -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"