summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobi Buranyi <rburanyi@google.com>2021-03-11 20:58:13 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-12 08:23:16 -0500
commit89abc62b47f6f20db9d00a8ec9b2c1b6b60ac3f9 (patch)
tree5d8f737d2fd55b951606ab52bc4bd10e370c8bee
parent502b81ae3ae11bf4d889b7eff6239fb9e6c55994 (diff)
downloadmeta-virtualization-89abc62b47f6f20db9d00a8ec9b2c1b6b60ac3f9.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.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.1.bb b/recipes-containers/lxc/lxc_4.0.1.bb
index 807232e7..ded80650 100644
--- a/recipes-containers/lxc/lxc_4.0.1.bb
+++ b/recipes-containers/lxc/lxc_4.0.1.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 \