summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-08-22 14:34:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 12:06:52 +0100
commit2f2b4c5cbecaff89803cb3a03373a06272291748 (patch)
tree67181acbbf0f22441a245c5e5beef1debf963d91 /meta/recipes-core/systemd
parentb0ebd9cbaf3da15c3682b5da2a485b2300440cab (diff)
downloadpoky-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/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_234.bb2
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
107PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables" 107PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables"
108PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," 108PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,,"
109PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" 109PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,initscripts-sushell"
110PACKAGECONFIG[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" 110PACKAGECONFIG[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"
111PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" 111PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode"
112PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" 112PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"