Date
1 - 1 of 1
[meta-networking][PATCH 1/2] Revert "lldpd: Use github release assets for SRC_URI"
Peter Kjellerstedt
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@...> --- 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 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 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 \ |
|