mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mctp: fix overrides syntax in SYSTEMD_AUTO_ENABLE:${PN}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
dec789229a
commit
4dead11edb
|
|
@ -23,7 +23,7 @@ PACKAGECONFIG ??= " \
|
|||
# we'll want to declare the dep and install the service.
|
||||
PACKAGECONFIG[systemd] = ",,systemd,libsystemd"
|
||||
SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target"
|
||||
SYSTEMD_AUTO_ENABLE_${PN} = "enable"
|
||||
SYSTEMD_AUTO_ENABLE:${PN} = "enable"
|
||||
|
||||
do_install:append () {
|
||||
if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user