diff mbox series

[meta-networking] lldpd: Upgrade 1.0.14 -> 1.0.15

Message ID 20221022091709.9153-1-alex.kiernan@gmail.com
State Under Review
Headers show
Series [meta-networking] lldpd: Upgrade 1.0.14 -> 1.0.15 | expand

Commit Message

Alex Kiernan Oct. 22, 2022, 9:17 a.m. UTC
Add github-releases to make new releases discoverable.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---
 .../lldpd/{lldpd_1.0.14.bb => lldpd_1.0.15.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.14.bb => lldpd_1.0.15.bb} (95%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.14.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.15.bb
similarity index 95%
rename from meta-networking/recipes-daemons/lldpd/lldpd_1.0.14.bb
rename to meta-networking/recipes-daemons/lldpd/lldpd_1.0.15.bb
index eda0129feb3a..6a3687cf7218 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.14.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.15.bb
@@ -11,9 +11,9 @@  SRC_URI = "\
     file://lldpd.default \
     "
 
-SRC_URI[sha256sum] = "a74819214f116a5dbc407a3d490caa01ba401a249517ac826a374059c12d12e8"
+SRC_URI[sha256sum] = "f7fe3a130be98a19c491479ef60f36b8ee41a9e6bc4d7f2c41033f63956a3126"
 
-inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
+inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases
 
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd"