summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/mctp/mctp_git.bb2
1 files changed, 1 insertions, 1 deletions
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 ??= " \
23# we'll want to declare the dep and install the service. 23# we'll want to declare the dep and install the service.
24PACKAGECONFIG[systemd] = ",,systemd,libsystemd" 24PACKAGECONFIG[systemd] = ",,systemd,libsystemd"
25SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target" 25SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target"
26SYSTEMD_AUTO_ENABLE_${PN} = "enable" 26SYSTEMD_AUTO_ENABLE:${PN} = "enable"
27 27
28do_install:append () { 28do_install:append () {
29 if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then 29 if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then