diff mbox series

systemd: drop unused kill-path option

Message ID 20190313003708.24435-1-ross.burton@intel.com
State Accepted
Commit 57154e8f8e65db82c5b75dc10635db308b525820
Headers show
Series systemd: drop unused kill-path option | expand

Commit Message

Ross Burton March 13, 2019, 12:37 a.m. UTC
This option isn't used and was dropped upstream in v240.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/recipes-core/systemd/systemd_241.bb | 1 -
 1 file changed, 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index 47492c95129..66a83c5cd11 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 \