mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -36,9 +36,9 @@ TARGET_CFLAGS += "-Wno-error"
|
||||
# Enable install of systemd conf files.
|
||||
EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_system_unitdir}', '', d)}"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "lldpad.service lldpad.socket"
|
||||
SYSTEMD_SERVICE:${PN} = "lldpad.service lldpad.socket"
|
||||
|
||||
# To enable service at boot set to enable in local.conf.
|
||||
SYSTEMD_AUTO_ENABLE ?= "disable"
|
||||
|
||||
RRECOMMENDS_${PN} = "iproute2-tc"
|
||||
RRECOMMENDS:${PN} = "iproute2-tc"
|
||||
|
||||
Reference in New Issue
Block a user