From e1549147181d96e84b73b7fc952cf33e43bb007c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 23 Nov 2022 08:18:37 -0800 Subject: [PATCH] lldpd: Use github release assets for SRC_URI media.luffy.cx seems unreliable as AB is not able to fetch it Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb index c7237d74bb..6638de1ba1 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/ISC;md5=f3b90e DEPENDS = "libbsd libevent" SRC_URI = "\ - http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \ + https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \ file://lldpd.init.d \ file://lldpd.default \ file://run-ptest \