From: Ross Burton Date: Wed, 13 Mar 2019 00:37:08 +0000 (+0000) Subject: systemd: drop unused kill-path option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15043 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57154e8f8e65db82c5b75dc10635db308b525820;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: drop unused kill-path option This option isn't used and was dropped upstream in v240. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb index 1052b3df8c5..6532a58cf8c 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 \