diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2022-11-29 05:02:05 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-29 14:07:52 -0800 |
| commit | 9cbd247b428cdc4cf8da6e6479ad96a45a68847c (patch) | |
| tree | 921d5a9bd14188d4977a093747bd842b46e3304f | |
| parent | 040b55ce996eec8c519c398f0893dcba3880cf06 (diff) | |
| download | meta-openembedded-9cbd247b428cdc4cf8da6e6479ad96a45a68847c.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb | 4 |
1 files changed, 2 insertions, 2 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 c7237d74bb..7992705108 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb | |||
| @@ -6,13 +6,13 @@ 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 | http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \ | 9 | http://media.luffy.cx/files/${BPN}/${BP}.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 \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "f7fe3a130be98a19c491479ef60f36b8ee41a9e6bc4d7f2c41033f63956a3126" | 15 | SRC_URI[sha256sum] = "e3b391650c7ba67cea2fe84d67fdb4d7fc8aa1ec5cf86eb8bb984711df8465a9" |
| 16 | 16 | ||
| 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest | 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest |
| 18 | 18 | ||
