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 12:06:52 +0100 |
commit | 2f2b4c5cbecaff89803cb3a03373a06272291748 (patch) | |
tree | 67181acbbf0f22441a245c5e5beef1debf963d91 /meta/recipes-core | |
parent | b0ebd9cbaf3da15c3682b5da2a485b2300440cab (diff) | |
download | poky-2f2b4c5cbecaff89803cb3a03373a06272291748.tar.gz |
systemd: add dependency on initscripts-sushell for selinux
sushell is required by systemd service debug-shell
when selinux is enabled.
(From OE-Core rev: 0e4e43e2e6e4a906dfa45b9e89d179e46d593158)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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" | |||
106 | # Update NAT firewall rules | 106 | # Update NAT firewall rules |
107 | PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables" | 107 | PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables" |
108 | PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," | 108 | PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," |
109 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | 109 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,initscripts-sushell" |
110 | 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" | 110 | 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" |
111 | PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" | 111 | PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" |
112 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" | 112 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" |