summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-04-14 15:57:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-04-14 15:57:19 -0400
commita24ce339fdd1fcd70032680515d067697895496f (patch)
tree7543f23d7ab0ad2e7dc815b899d486e9b4203e39 /recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch
parent660ffa675e6d2a6157bde5677816916ddb822630 (diff)
downloadmeta-virtualization-a24ce339fdd1fcd70032680515d067697895496f.tar.gz
lxc: refresh patches to remove fuzz
The recent uprev of lxc left some fuzz in a patches. devtool refresh cleans this up, and no runtime issues have been detected. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch')
-rw-r--r--recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch b/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch
index 756cddc3..522aab7c 100644
--- a/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch
+++ b/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch
@@ -1,4 +1,4 @@
1From 68b0dd97130ffc5776de9219a42188b4a140d446 Mon Sep 17 00:00:00 2001 1From 7c1c597592694d1f3e652657b1cc642a8990f8a0 Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Thu, 31 May 2018 16:21:45 -0400 3Date: Thu, 31 May 2018 16:21:45 -0400
4Subject: [PATCH] templates: actually create DOWNLOAD_TEMP directory 4Subject: [PATCH] templates: actually create DOWNLOAD_TEMP directory
@@ -23,10 +23,10 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
23 1 file changed, 1 insertion(+), 1 deletion(-) 23 1 file changed, 1 insertion(+), 1 deletion(-)
24 24
25diff --git a/templates/lxc-download.in b/templates/lxc-download.in 25diff --git a/templates/lxc-download.in b/templates/lxc-download.in
26index 973783b..015a679 100644 26index 58d063f..d7e6128 100644
27--- a/templates/lxc-download.in 27--- a/templates/lxc-download.in
28+++ b/templates/lxc-download.in 28+++ b/templates/lxc-download.in
29@@ -323,7 +323,7 @@ elif [ -n "${DOWNLOAD_TEMP}" ]; then 29@@ -329,7 +329,7 @@ elif [ -n "${DOWNLOAD_TEMP}" ]; then
30 mkdir -p "${DOWNLOAD_TEMP}" 30 mkdir -p "${DOWNLOAD_TEMP}"
31 DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)" 31 DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)"
32 else 32 else