summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-10-22 10:17:09 +0100
committerKhem Raj <raj.khem@gmail.com>2022-10-22 16:01:22 -0700
commitc782674d3f4575817c2c7222adc188ea5aca44f2 (patch)
treeee73a5220b4dafd98d64a44a397706ad74272c80 /meta-networking
parentded3e642e3da1f6b4eb6840c93273455eb218919 (diff)
downloadmeta-openembedded-c782674d3f4575817c2c7222adc188ea5aca44f2.tar.gz
lldpd: Upgrade 1.0.14 -> 1.0.15
Add github-releases to make new releases discoverable. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_1.0.15.bb (renamed from meta-networking/recipes-daemons/lldpd/lldpd_1.0.14.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.14.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.15.bb
index eda0129fe..6a3687cf7 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 = "\
11 file://lldpd.default \ 11 file://lldpd.default \
12 " 12 "
13 13
14SRC_URI[sha256sum] = "a74819214f116a5dbc407a3d490caa01ba401a249517ac826a374059c12d12e8" 14SRC_URI[sha256sum] = "f7fe3a130be98a19c491479ef60f36b8ee41a9e6bc4d7f2c41033f63956a3126"
15 15
16inherit autotools update-rc.d useradd systemd pkgconfig bash-completion 16inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases
17 17
18USERADD_PACKAGES = "${PN}" 18USERADD_PACKAGES = "${PN}"
19USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd" 19USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd"