diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2020-07-05 20:28:07 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-08 10:37:12 +0100 |
| commit | ae62e1bfcee467d5aedd7dda04c1f07bc804c456 (patch) | |
| tree | b26de76cea68d95682f4165023365ec9ef7e77bc | |
| parent | 843e4844c796c0460e48440bab2dc73718970a88 (diff) | |
| download | poky-ae62e1bfcee467d5aedd7dda04c1f07bc804c456.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: ed04241f30e12e7c0479026a9e354e49dfa4119c)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_245.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_245.6.bb b/meta/recipes-core/systemd/systemd_245.6.bb index b6681b2069..cdafb98247 100644 --- a/meta/recipes-core/systemd/systemd_245.6.bb +++ b/meta/recipes-core/systemd/systemd_245.6.bb | |||
| @@ -544,7 +544,6 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
| 544 | ${bindir}/resolvectl \ | 544 | ${bindir}/resolvectl \ |
| 545 | ${bindir}/timedatectl \ | 545 | ${bindir}/timedatectl \ |
| 546 | ${bindir}/bootctl \ | 546 | ${bindir}/bootctl \ |
| 547 | ${bindir}/kernel-install \ | ||
| 548 | ${exec_prefix}/lib/tmpfiles.d/*.conf \ | 547 | ${exec_prefix}/lib/tmpfiles.d/*.conf \ |
| 549 | ${exec_prefix}/lib/systemd \ | 548 | ${exec_prefix}/lib/systemd \ |
| 550 | ${exec_prefix}/lib/modules-load.d \ | 549 | ${exec_prefix}/lib/modules-load.d \ |
