diff mbox series

[meta-networking] lldpd: Use github release assets for SRC_URI

Message ID 20221123161947.3503240-1-raj.khem@gmail.com
State New
Headers show
Series [meta-networking] lldpd: Use github release assets for SRC_URI | expand

Commit Message

Khem Raj Nov. 23, 2022, 4:19 p.m. UTC
media.luffy.cx seems unreliable as AB is not able to fetch it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \