summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-23 08:18:37 -0800
committerKhem Raj <raj.khem@gmail.com>2022-11-23 08:25:30 -0800
commite1549147181d96e84b73b7fc952cf33e43bb007c (patch)
tree219d349fd49547e806d8d72d30ce7aad8b9489bd /meta-networking
parenta56dcf44c738b37e4dd61e6d7f5ee48d2b50bff0 (diff)
downloadmeta-openembedded-e1549147181d96e84b73b7fc952cf33e43bb007c.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb2
1 files changed, 1 insertions, 1 deletions
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 c7237d74b..6638de1ba 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
6DEPENDS = "libbsd libevent" 6DEPENDS = "libbsd libevent"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \ 9 https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \
10 file://lldpd.init.d \ 10 file://lldpd.init.d \
11 file://lldpd.default \ 11 file://lldpd.default \
12 file://run-ptest \ 12 file://run-ptest \