diff mbox series

[meta-oe] mctp: fix overrides syntax in SYSTEMD_AUTO_ENABLE:${PN}

Message ID 20230203173404.436834-1-Martin.Jansa@gmail.com
State Under Review
Headers show
Series [meta-oe] mctp: fix overrides syntax in SYSTEMD_AUTO_ENABLE:${PN} | expand

Commit Message

Martin Jansa Feb. 3, 2023, 5:34 p.m. UTC
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-networking/recipes-support/mctp/mctp_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/mctp/mctp_git.bb b/meta-networking/recipes-support/mctp/mctp_git.bb
index 9e97a6a60a..edc614d345 100644
--- a/meta-networking/recipes-support/mctp/mctp_git.bb
+++ b/meta-networking/recipes-support/mctp/mctp_git.bb
@@ -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