diff options
-rw-r--r-- | meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb | 5 |
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" | |||
23 | EXTRA_OECONF += "--without-embedded-libevent \ | 23 | EXTRA_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 | ||
28 | PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3" | 31 | PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3" |
29 | PACKAGECONFIG[json] = "--with-json,--without-json,jansson" | 32 | PACKAGECONFIG[json] = "--with-json,--without-json,jansson" |