diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-04-14 15:57:16 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-04-14 15:57:19 -0400 |
| commit | a24ce339fdd1fcd70032680515d067697895496f (patch) | |
| tree | 7543f23d7ab0ad2e7dc815b899d486e9b4203e39 /recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch | |
| parent | 660ffa675e6d2a6157bde5677816916ddb822630 (diff) | |
| download | meta-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-use-curl-instead-of-wget.patch')
| -rw-r--r-- | recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch index 4b185bf0..156df82f 100644 --- a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch +++ b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From dd7b0a2e4542c352456747a45d7eeb11e9fdec26 Mon Sep 17 00:00:00 2001 | 1 | From 07890dd8ffdcd08b7be1ddbd9f56ac55482c76bb Mon Sep 17 00:00:00 2001 |
| 2 | From: Joakim Roubert <joakimr@axis.com> | 2 | From: Joakim Roubert <joakimr@axis.com> |
| 3 | Date: Fri, 16 Aug 2019 07:52:48 +0200 | 3 | Date: Fri, 16 Aug 2019 07:52:48 +0200 |
| 4 | Subject: [PATCH] Use curl instead of wget | 4 | Subject: [PATCH] Use curl instead of wget |
| @@ -7,12 +7,13 @@ When curl's MIT license is preferable to wget's GPLv3. | |||
| 7 | 7 | ||
| 8 | Change-Id: I4684ae7569704514fdcc63e0655c556efcaf44f8 | 8 | Change-Id: I4684ae7569704514fdcc63e0655c556efcaf44f8 |
| 9 | Signed-off-by: Joakim Roubert <joakimr@axis.com> | 9 | Signed-off-by: Joakim Roubert <joakimr@axis.com> |
| 10 | |||
| 10 | --- | 11 | --- |
| 11 | templates/lxc-download.in | 10 +++++----- | 12 | templates/lxc-download.in | 10 +++++----- |
| 12 | 1 file changed, 5 insertions(+), 5 deletions(-) | 13 | 1 file changed, 5 insertions(+), 5 deletions(-) |
| 13 | 14 | ||
| 14 | diff --git a/templates/lxc-download.in b/templates/lxc-download.in | 15 | diff --git a/templates/lxc-download.in b/templates/lxc-download.in |
| 15 | index b70daaf..9526eae 100644 | 16 | index d7e6128..8a4b567 100644 |
| 16 | --- a/templates/lxc-download.in | 17 | --- a/templates/lxc-download.in |
| 17 | +++ b/templates/lxc-download.in | 18 | +++ b/templates/lxc-download.in |
| 18 | @@ -74,9 +74,9 @@ cleanup() { | 19 | @@ -74,9 +74,9 @@ cleanup() { |
| @@ -38,7 +39,7 @@ index b70daaf..9526eae 100644 | |||
| 38 | if [ "$3" = "noexit" ]; then | 39 | if [ "$3" = "noexit" ]; then |
| 39 | return 1 | 40 | return 1 |
| 40 | else | 41 | else |
| 41 | @@ -266,7 +266,7 @@ while :; do | 42 | @@ -271,7 +271,7 @@ while :; do |
| 42 | done | 43 | done |
| 43 | 44 | ||
| 44 | # Check for required binaries | 45 | # Check for required binaries |
