diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2022-11-29 05:02:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-29 14:07:52 -0800 |
| commit | 040b55ce996eec8c519c398f0893dcba3880cf06 (patch) | |
| tree | 31047e9c65d36cdb7ee298abcf3ad4c9bacb5a17 | |
| parent | 0844ca9af97621a6adca289572fd57f7d15433d5 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb | 2 |
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 | |||
| 6 | DEPENDS = "libbsd libevent" | 6 | DEPENDS = "libbsd libevent" |
| 7 | 7 | ||
| 8 | SRC_URI = "\ | 8 | SRC_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 \ |
