Skip to content

Commit

Permalink
dunfell+: remove obsolete systemd patch
Browse files Browse the repository at this point in the history
The patch applied to systemd addressed this upstream moby issue:
moby/moby#27202

This was fixed in containerd 1.0.2:
containerd/console@c358734

This fix is present in balena engine since v17.13.5, which has been in
use since commit 53ce147. Drop this patch from meta-balena-dunfell and
later.

Change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
  • Loading branch information
jakogut committed Mar 22, 2023
1 parent 82fb4c9 commit d3d0af7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 97 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions meta-balena-dunfell/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"

SRC_URI_append = " \
file://0001-core-Don-t-redirect-stdio-to-null-when-running-in-co.patch \
"

PACKAGECONFIG_remove = "nss-resolve"

do_install_append() {
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions meta-balena-honister/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"

SRC_URI:append = " \
file://0001-core-Don-t-redirect-stdio-to-null-when-running-in-co.patch \
"

PACKAGECONFIG:remove = "nss-resolve"

do_install:append() {
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions meta-balena-kirkstone/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"

SRC_URI:append = " \
file://0001-core-Don-t-redirect-stdio-to-null-when-running-in-co.patch \
"

PACKAGECONFIG:remove = "nss-resolve"

do_install:append() {
Expand Down

0 comments on commit d3d0af7

Please sign in to comment.