diff options
author | Robi Buranyi <rburanyi@google.com> | 2021-03-11 11:30:40 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-11 22:34:30 -0500 |
commit | 55b5e02d067b8d6f59397a3ea49bd3139d544445 (patch) | |
tree | 9df3a583cac3061d11101e8b992eb8747e33ed41 | |
parent | 415fd5eb2c5556a3ff21993c7857e11bcec3f237 (diff) | |
download | meta-virtualization-55b5e02d067b8d6f59397a3ea49bd3139d544445.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.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.6.bb b/recipes-containers/lxc/lxc_4.0.6.bb index ddff9af1..b4229090 100644 --- a/recipes-containers/lxc/lxc_4.0.6.bb +++ b/recipes-containers/lxc/lxc_4.0.6.bb | |||
@@ -36,7 +36,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc" | |||
36 | 36 | ||
37 | RDEPENDS_${PN}-networking += "iptables" | 37 | RDEPENDS_${PN}-networking += "iptables" |
38 | 38 | ||
39 | SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ | 39 | SRC_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 \ |