From: RameshkrishnanX Geddy Sekar <[email protected]>
This is to fix the fetch issue during the yocto build and the given fix is able to download the source from the https://linuxcontainers.org/ new_path: https://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz old path: https://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz Signed-off-by: RameshkrishnanX Geddy Sekar <[email protected]> --- recipes-containers/lxc/lxc_4.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/lxc/lxc_4.0.1.bb b/recipes-containers/lxc/lxc_4.0.1.bb index 807232e..ded8065 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" RDEPENDS_${PN}-networking += "iptables" -SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ +SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \ file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ file://run-ptest \ file://lxc-fix-B-S.patch \ -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6277): https://lists.yoctoproject.org/g/meta-virtualization/message/6277 Mute This Topic: https://lists.yoctoproject.org/mt/81273622/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
