summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb')
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
index 47d3c38ed..ba7f09e0b 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
@@ -24,7 +24,10 @@ GROUPADD_PARAM_${PN} = "--system lldpd"
24EXTRA_OECONF += "--without-embedded-libevent \ 24EXTRA_OECONF += "--without-embedded-libevent \
25 --disable-oldies \ 25 --disable-oldies \
26 --with-privsep-user=lldpd \ 26 --with-privsep-user=lldpd \
27 --with-privsep-group=lldpd" 27 --with-privsep-group=lldpd \
28 --with-systemdsystemunitdir=${systemd_system_unitdir} \
29 --without-sysusersdir \
30"
28 31
29PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3" 32PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3"
30PACKAGECONFIG[json] = "--with-json,--without-json,jansson" 33PACKAGECONFIG[json] = "--with-json,--without-json,jansson"