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