Skip to content

Commit

Permalink
dunfell/honister: 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 authored and klutchell committed Jul 13, 2022
1 parent 8971055 commit 7de7a5e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 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

0 comments on commit 7de7a5e

Please sign in to comment.