summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-13 00:37:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-18 11:09:55 +0000
commit57154e8f8e65db82c5b75dc10635db308b525820 (patch)
tree0e11f58e2e9c907be32655569d4a55c6df78446a
parent1e7c83c67c4a6e1ba61da5ffbf66dc0980624948 (diff)
downloadopenembedded-core-57154e8f8e65db82c5b75dc10635db308b525820.tar.gz
systemd: drop unused kill-path option
This option isn't used and was dropped upstream in v240. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_241.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index 1052b3df8c..6532a58cf8 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
+++ b/meta/recipes-core/systemd/systemd_241.bb
@@ -195,7 +195,6 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
# Hardcode target binary paths to avoid using paths from sysroot
EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \
- -Dkill-path=${base_bindir}/kill \
-Dkmod-path=${base_bindir}/kmod \
-Dmount-path=${base_bindir}/mount \
-Dquotacheck-path=${sbindir}/quotacheck \