diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-02-05 12:24:36 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-02-05 12:24:36 +0000 |
commit | b5a1645250c17fb657b7f10166f1c665ce192aaf (patch) | |
tree | d4499cb7a2d452c4d9ff5bcc2de9fd4a94b715f0 /recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch | |
parent | 76f2999987fa3ea30a823de3bd79d0cc0e0c287f (diff) | |
download | meta-virtualization-b5a1645250c17fb657b7f10166f1c665ce192aaf.tar.gz |
Revert "runc-docker: upgrade 1.1.4 -> 1.1.12"
This reverts commit 76f2999987fa3ea30a823de3bd79d0cc0e0c287f.
Diffstat (limited to 'recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch')
-rw-r--r-- | recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch index 2a24df90..bcf4c103 100644 --- a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch +++ b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch | |||
@@ -12,11 +12,11 @@ Signed-off-by: Jason Wessel <jason.wessel@windriver.com> | |||
12 | utils_linux.go | 5 +++++ | 12 | utils_linux.go | 5 +++++ |
13 | 1 file changed, 5 insertions(+) | 13 | 1 file changed, 5 insertions(+) |
14 | 14 | ||
15 | diff --git a/utils_linux.go b/utils_linux.go | 15 | Index: git/src/import/utils_linux.go |
16 | index 60d534e8..ddcab62f 100644 | 16 | =================================================================== |
17 | --- a/utils_linux.go | 17 | --- git.orig/src/import/utils_linux.go |
18 | +++ b/utils_linux.go | 18 | +++ git/src/import/utils_linux.go |
19 | @@ -234,6 +234,11 @@ type runner struct { | 19 | @@ -267,6 +267,11 @@ |
20 | } | 20 | } |
21 | 21 | ||
22 | func (r *runner) run(config *specs.Process) (int, error) { | 22 | func (r *runner) run(config *specs.Process) (int, error) { |
@@ -28,6 +28,3 @@ index 60d534e8..ddcab62f 100644 | |||
28 | var err error | 28 | var err error |
29 | defer func() { | 29 | defer func() { |
30 | if err != nil { | 30 | if err != nil { |
31 | -- | ||
32 | 2.40.0 | ||
33 | |||