diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-08-22 14:34:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 08:49:55 +0100 |
commit | 0e4e43e2e6e4a906dfa45b9e89d179e46d593158 (patch) | |
tree | 3f7482d69c8f02ed3344bbd81c078613617a415b | |
parent | 9c84ca86f396886ae68774032724b53664ecf0ed (diff) | |
download | openembedded-core-0e4e43e2e6e4a906dfa45b9e89d179e46d593158.tar.gz openembedded-core-0e4e43e2e6e4a906dfa45b9e89d179e46d593158.tar.bz2 openembedded-core-0e4e43e2e6e4a906dfa45b9e89d179e46d593158.zip |
systemd: add dependency on initscripts-sushell for selinux
sushell is required by systemd service debug-shell
when selinux is enabled.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_234.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_234.bb b/meta/recipes-core/systemd/systemd_234.bb index 4560cf4175..2736f385cc 100644 --- a/meta/recipes-core/systemd/systemd_234.bb +++ b/meta/recipes-core/systemd/systemd_234.bb @@ -106,7 +106,7 @@ PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" # Update NAT firewall rules PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables" PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," -PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" +PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,initscripts-sushell" PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_valgrind_valgrind_h=yes ,ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ,valgrind" PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" |