summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/lldpd
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/lldpd
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/lldpd')
-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 6638de1ba..c7237d74b 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 https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \ 9 http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.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 \