summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobi Buranyi <rburanyi@google.com>2021-03-11 20:51:55 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-12 08:22:55 -0500
commite7d1a444b6f43f18014d31bbfe95fc7d8f644c6b (patch)
tree2eb76fde99d697da6d561d4c100d2a41601bf3d3
parent55ccbab52ec77d8cd923e16cad17605b14fd8036 (diff)
downloadmeta-virtualization-e7d1a444b6f43f18014d31bbfe95fc7d8f644c6b.tar.gz
lxc: change download folder
The URI has been changed to 'https://linuxcontainers.org/downloads/lxc' by the site maintainers recently. Updating the recipe to reflect the new path. Signed-off-by: Robi Buranyi <rburanyi@google.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_4.0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.4.bb b/recipes-containers/lxc/lxc_4.0.4.bb
index 4ef5fc0f..637846e3 100644
--- a/recipes-containers/lxc/lxc_4.0.4.bb
+++ b/recipes-containers/lxc/lxc_4.0.4.bb
@@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
36 36
37RDEPENDS_${PN}-networking += "iptables" 37RDEPENDS_${PN}-networking += "iptables"
38 38
39SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ 39SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
40 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ 40 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
41 file://run-ptest \ 41 file://run-ptest \
42 file://lxc-fix-B-S.patch \ 42 file://lxc-fix-B-S.patch \