diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-07-05 20:28:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-16 22:28:40 +0100 |
commit | 0a431f61d8efc4be1add349415abd7a8c4bb4395 (patch) | |
tree | bb9186a653cfb7385a6a17731efa0050603dc3e6 | |
parent | 6dc71f2de7674b4cf9681b2bfd21c91983352f9b (diff) | |
download | poky-0a431f61d8efc4be1add349415abd7a8c4bb4395.tar.gz |
systemd: remove kernel-install from base pkg
as this is already packaged in kernel-install package,
it shouldn't be part of the base package
(From OE-Core rev: e62371448a7d5604fa6029c7a8be278e83dad35c)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ed04241f30e12e7c0479026a9e354e49dfa4119c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_244.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb index 341ac6bbc5..c52a01b2dd 100644 --- a/meta/recipes-core/systemd/systemd_244.3.bb +++ b/meta/recipes-core/systemd/systemd_244.3.bb | |||
@@ -536,7 +536,6 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
536 | ${bindir}/resolvectl \ | 536 | ${bindir}/resolvectl \ |
537 | ${bindir}/timedatectl \ | 537 | ${bindir}/timedatectl \ |
538 | ${bindir}/bootctl \ | 538 | ${bindir}/bootctl \ |
539 | ${bindir}/kernel-install \ | ||
540 | ${exec_prefix}/lib/tmpfiles.d/*.conf \ | 539 | ${exec_prefix}/lib/tmpfiles.d/*.conf \ |
541 | ${exec_prefix}/lib/systemd \ | 540 | ${exec_prefix}/lib/systemd \ |
542 | ${exec_prefix}/lib/modules-load.d \ | 541 | ${exec_prefix}/lib/modules-load.d \ |