mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +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:
@@ -23,7 +23,7 @@ PACKAGECONFIG ??= " \
|
|||||||
# we'll want to declare the dep and install the service.
|
# we'll want to declare the dep and install the service.
|
||||||
PACKAGECONFIG[systemd] = ",,systemd,libsystemd"
|
PACKAGECONFIG[systemd] = ",,systemd,libsystemd"
|
||||||
SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target"
|
SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target"
|
||||||
SYSTEMD_AUTO_ENABLE_${PN} = "enable"
|
SYSTEMD_AUTO_ENABLE:${PN} = "enable"
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then
|
if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then
|
||||||
|
|||||||
Reference in New Issue
Block a user