summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/lldpd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-daemons/lldpd
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/lldpd')
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
index bd94c0919..d5e9e2c30 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
@@ -17,8 +17,8 @@ SRC_URI[sha256sum] = "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928
17inherit autotools update-rc.d useradd systemd pkgconfig bash-completion 17inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
18 18
19USERADD_PACKAGES = "${PN}" 19USERADD_PACKAGES = "${PN}"
20USERADD_PARAM_${PN} = "--system -g lldpd --shell /bin/false lldpd" 20USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd"
21GROUPADD_PARAM_${PN} = "--system lldpd" 21GROUPADD_PARAM:${PN} = "--system lldpd"
22 22
23EXTRA_OECONF += "--without-embedded-libevent \ 23EXTRA_OECONF += "--without-embedded-libevent \
24 --disable-oldies \ 24 --disable-oldies \
@@ -45,9 +45,9 @@ PACKAGECONFIG[custom] = "--enable-custom,--disable-custom"
45INITSCRIPT_NAME = "lldpd" 45INITSCRIPT_NAME = "lldpd"
46INITSCRIPT_PARAMS = "defaults" 46INITSCRIPT_PARAMS = "defaults"
47 47
48SYSTEMD_SERVICE_${PN} = "lldpd.service" 48SYSTEMD_SERVICE:${PN} = "lldpd.service"
49 49
50do_install_append() { 50do_install:append() {
51 install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd 51 install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd
52 install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd 52 install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd
53 # Make an empty configuration file 53 # Make an empty configuration file
@@ -56,9 +56,9 @@ do_install_append() {
56 56
57PACKAGES =+ "${PN}-zsh-completion" 57PACKAGES =+ "${PN}-zsh-completion"
58 58
59FILES_${PN} += "${libdir}/sysusers.d" 59FILES:${PN} += "${libdir}/sysusers.d"
60RDEPENDS_${PN} += "os-release" 60RDEPENDS:${PN} += "os-release"
61 61
62FILES_${PN}-zsh-completion += "${datadir}/zsh/" 62FILES:${PN}-zsh-completion += "${datadir}/zsh/"
63# FIXME: zsh is broken in meta-oe so this cannot be enabled for now 63# FIXME: zsh is broken in meta-oe so this cannot be enabled for now
64#RDEPENDS_${PN}-zsh-completion += "zsh" 64#RDEPENDS_${PN}-zsh-completion += "zsh"