summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb')
-rw-r--r--meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb b/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb
index ec3e557ad9..abfa713dc8 100644
--- a/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb
+++ b/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb
@@ -36,9 +36,9 @@ TARGET_CFLAGS += "-Wno-error"
36# Enable install of systemd conf files. 36# Enable install of systemd conf files.
37EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_system_unitdir}', '', d)}" 37EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_system_unitdir}', '', d)}"
38 38
39SYSTEMD_SERVICE_${PN} = "lldpad.service lldpad.socket" 39SYSTEMD_SERVICE:${PN} = "lldpad.service lldpad.socket"
40 40
41# To enable service at boot set to enable in local.conf. 41# To enable service at boot set to enable in local.conf.
42SYSTEMD_AUTO_ENABLE ?= "disable" 42SYSTEMD_AUTO_ENABLE ?= "disable"
43 43
44RRECOMMENDS_${PN} = "iproute2-tc" 44RRECOMMENDS:${PN} = "iproute2-tc"