diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-12 08:28:11 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-12 08:28:11 -0500 |
commit | 98883bf42582b0271dffec0f6c344618ef55c4b7 (patch) | |
tree | 35c1ae309d459d8ede6afcc3a9f25831e2aa686a | |
parent | 48ec1b49871fef7d331ac1d0680a48d362c7482b (diff) | |
download | meta-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.bb | 2 |
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 | ||
34 | RDEPENDS_${PN}-networking += "iptables" | 34 | RDEPENDS_${PN}-networking += "iptables" |
35 | 35 | ||
36 | SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ | 36 | SRC_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 \ |