summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-03-12 08:28:11 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-12 08:28:11 -0500
commit98883bf42582b0271dffec0f6c344618ef55c4b7 (patch)
tree35c1ae309d459d8ede6afcc3a9f25831e2aa686a
parent48ec1b49871fef7d331ac1d0680a48d362c7482b (diff)
downloadmeta-virtualization-98883bf42582b0271dffec0f6c344618ef55c4b7.tar.gz
lxc: adjust SRC_URI to new location
linuxcontainers.org has moved where downloads can be found, so we adjust our SRC_URI accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_3.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_3.2.1.bb b/recipes-containers/lxc/lxc_3.2.1.bb
index 95781174..57f51706 100644
--- a/recipes-containers/lxc/lxc_3.2.1.bb
+++ b/recipes-containers/lxc/lxc_3.2.1.bb
@@ -33,7 +33,7 @@ RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
33 33
34RDEPENDS_${PN}-networking += "iptables" 34RDEPENDS_${PN}-networking += "iptables"
35 35
36SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ 36SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
37 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ 37 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
38 file://run-ptest \ 38 file://run-ptest \
39 file://lxc-fix-B-S.patch \ 39 file://lxc-fix-B-S.patch \