diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-daemons/lldpd | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-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.bb | 14 |
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 | |||
17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion | 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion |
18 | 18 | ||
19 | USERADD_PACKAGES = "${PN}" | 19 | USERADD_PACKAGES = "${PN}" |
20 | USERADD_PARAM_${PN} = "--system -g lldpd --shell /bin/false lldpd" | 20 | USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd" |
21 | GROUPADD_PARAM_${PN} = "--system lldpd" | 21 | GROUPADD_PARAM:${PN} = "--system lldpd" |
22 | 22 | ||
23 | EXTRA_OECONF += "--without-embedded-libevent \ | 23 | EXTRA_OECONF += "--without-embedded-libevent \ |
24 | --disable-oldies \ | 24 | --disable-oldies \ |
@@ -45,9 +45,9 @@ PACKAGECONFIG[custom] = "--enable-custom,--disable-custom" | |||
45 | INITSCRIPT_NAME = "lldpd" | 45 | INITSCRIPT_NAME = "lldpd" |
46 | INITSCRIPT_PARAMS = "defaults" | 46 | INITSCRIPT_PARAMS = "defaults" |
47 | 47 | ||
48 | SYSTEMD_SERVICE_${PN} = "lldpd.service" | 48 | SYSTEMD_SERVICE:${PN} = "lldpd.service" |
49 | 49 | ||
50 | do_install_append() { | 50 | do_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 | ||
57 | PACKAGES =+ "${PN}-zsh-completion" | 57 | PACKAGES =+ "${PN}-zsh-completion" |
58 | 58 | ||
59 | FILES_${PN} += "${libdir}/sysusers.d" | 59 | FILES:${PN} += "${libdir}/sysusers.d" |
60 | RDEPENDS_${PN} += "os-release" | 60 | RDEPENDS:${PN} += "os-release" |
61 | 61 | ||
62 | FILES_${PN}-zsh-completion += "${datadir}/zsh/" | 62 | FILES:${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" |