diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-13 00:37:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-18 11:12:26 +0000 |
commit | dad2a7bc3a65d3e7ba6ed9061b4200a391507bc6 (patch) | |
tree | cbf7466fc75ddc8a407e1459e14d3dd4a0314599 /meta/recipes-core | |
parent | d82c89a0d4b3fceaa9679118fd5ae14e9d559f5f (diff) | |
download | poky-dad2a7bc3a65d3e7ba6ed9061b4200a391507bc6.tar.gz |
systemd: drop unused kill-path option
This option isn't used and was dropped upstream in v240.
(From OE-Core rev: 57154e8f8e65db82c5b75dc10635db308b525820)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_241.bb | 1 |
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 \ | |||
195 | 195 | ||
196 | # Hardcode target binary paths to avoid using paths from sysroot | 196 | # Hardcode target binary paths to avoid using paths from sysroot |
197 | EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \ | 197 | EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \ |
198 | -Dkill-path=${base_bindir}/kill \ | ||
199 | -Dkmod-path=${base_bindir}/kmod \ | 198 | -Dkmod-path=${base_bindir}/kmod \ |
200 | -Dmount-path=${base_bindir}/mount \ | 199 | -Dmount-path=${base_bindir}/mount \ |
201 | -Dquotacheck-path=${sbindir}/quotacheck \ | 200 | -Dquotacheck-path=${sbindir}/quotacheck \ |