aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2022-11-29 05:02:04 +0100
committerKhem Raj <raj.khem@gmail.com>2022-11-29 14:07:52 -0800
commit040b55ce996eec8c519c398f0893dcba3880cf06 (patch)
tree31047e9c65d36cdb7ee298abcf3ad4c9bacb5a17 /meta-networking/recipes-daemons
parent0844ca9af97621a6adca289572fd57f7d15433d5 (diff)
downloadmeta-openembedded-040b55ce996eec8c519c398f0893dcba3880cf06.tar.gz
Revert "lldpd: Use github release assets for SRC_URI"
This reverts commit e1549147181d96e84b73b7fc952cf33e43bb007c. The change of SRC_URI was probably triggered by the checksum for the tarball not having been updated when the recipe version was stepped. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-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 6638de1ba1..c7237d74bb 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 = "\
- https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \
+ http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \
file://lldpd.init.d \
file://lldpd.default \
file://run-ptest \