mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
lldpd: Correct the checksum for the tar ball to match 1.0.16
The checksum was not updated when the recipe version was stepped.
Also simplify the SRC_URI by replacing "${BPN}-${PV}" with "${BP}".
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
040b55ce99
commit
9cbd247b42
|
|
@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/ISC;md5=f3b90e
|
|||
DEPENDS = "libbsd libevent"
|
||||
|
||||
SRC_URI = "\
|
||||
http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \
|
||||
http://media.luffy.cx/files/${BPN}/${BP}.tar.gz \
|
||||
file://lldpd.init.d \
|
||||
file://lldpd.default \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "f7fe3a130be98a19c491479ef60f36b8ee41a9e6bc4d7f2c41033f63956a3126"
|
||||
SRC_URI[sha256sum] = "e3b391650c7ba67cea2fe84d67fdb4d7fc8aa1ec5cf86eb8bb984711df8465a9"
|
||||
|
||||
inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user