diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-11-10 16:58:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:17:20 +0000 |
commit | 185b2c73a1c62a17bf5a190459aac4a3a5de75d5 (patch) | |
tree | ccfa7dc10834299d6491269dc2c3617116039660 | |
parent | 0acc66fb4a1d037ad2e33276ac40cd918f7308d9 (diff) | |
download | openembedded-core-185b2c73a1c62a17bf5a190459aac4a3a5de75d5.tar.gz openembedded-core-185b2c73a1c62a17bf5a190459aac4a3a5de75d5.tar.bz2 openembedded-core-185b2c73a1c62a17bf5a190459aac4a3a5de75d5.zip |
systemd: add PACKAGECONFIG for 'audit'
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]
(From OE-Core rev: b4e6e0aa0229d2ce4c8bee24581c127a31109676)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta/recipes-core/systemd/systemd_216.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index ac35ba6388..b33f95e023 100644 --- a/meta/recipes-core/systemd/systemd_216.bb +++ b/meta/recipes-core/systemd/systemd_216.bb @@ -65,6 +65,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" |