summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch')
-rw-r--r--recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch b/recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch
index 9cf513ec..69bdcdb5 100644
--- a/recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch
+++ b/recipes-containers/oci-image-tools/files/0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch
@@ -18,8 +18,8 @@ Signed-off-by: W. Trevor King <wking@tremily.us>
18 18
19diff --git a/image/manifest.go b/image/manifest.go 19diff --git a/image/manifest.go b/image/manifest.go
20index 144bd4f62219..dfd5a83f70e4 100644 20index 144bd4f62219..dfd5a83f70e4 100644
21--- a/image/manifest.go 21--- a/src/import/image/manifest.go
22+++ b/image/manifest.go 22+++ b/src/import/image/manifest.go
23@@ -218,116 +218,131 @@ loop: 23@@ -218,116 +218,131 @@ loop:
24 return errors.Wrapf(err, "error advancing tar stream") 24 return errors.Wrapf(err, "error advancing tar stream")
25 } 25 }