diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch b/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch index a19a025559..2a033b134e 100644 --- a/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch +++ b/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | |||
| @@ -29,7 +29,7 @@ diff --git a/units/meson.build b/units/meson.build | |||
| 29 | index a9bf28f6d9..11d3644168 100644 | 29 | index a9bf28f6d9..11d3644168 100644 |
| 30 | --- a/units/meson.build | 30 | --- a/units/meson.build |
| 31 | +++ b/units/meson.build | 31 | +++ b/units/meson.build |
| 32 | @@ -63,8 +63,7 @@ units = [ | 32 | @@ -62,8 +62,7 @@ units = [ |
| 33 | ['poweroff.target', '', | 33 | ['poweroff.target', '', |
| 34 | (with_runlevels ? 'runlevel0.target' : '')], | 34 | (with_runlevels ? 'runlevel0.target' : '')], |
| 35 | ['printer.target', ''], | 35 | ['printer.target', ''], |
| @@ -64,7 +64,7 @@ diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in | |||
| 64 | index 96f595ad72..7c010bb224 100644 | 64 | index 96f595ad72..7c010bb224 100644 |
| 65 | --- a/units/systemd-binfmt.service.in | 65 | --- a/units/systemd-binfmt.service.in |
| 66 | +++ b/units/systemd-binfmt.service.in | 66 | +++ b/units/systemd-binfmt.service.in |
| 67 | @@ -14,6 +14,7 @@ Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.htm | 67 | @@ -14,6 +14,7 @@ Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html |
| 68 | Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems | 68 | Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems |
| 69 | DefaultDependencies=no | 69 | DefaultDependencies=no |
| 70 | Conflicts=shutdown.target | 70 | Conflicts=shutdown.target |
