diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-02-03 18:34:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-03 10:47:36 -0800 |
| commit | 4dead11edb63d6e4540ac84d75c63ffd0dac585d (patch) | |
| tree | 7877c49e4e918abb36d71f40b628eb8dc3ae6fed | |
| parent | dec789229aa6424acd582e8ea7af77965f22a49f (diff) | |
| download | meta-openembedded-4dead11edb63d6e4540ac84d75c63ffd0dac585d.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/mctp/mctp_git.bb | 2 |
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. |
| 24 | PACKAGECONFIG[systemd] = ",,systemd,libsystemd" | 24 | PACKAGECONFIG[systemd] = ",,systemd,libsystemd" |
| 25 | SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target" | 25 | SYSTEMD_SERVICE:${PN} = "mctpd.service mctp.target mctp-local.target" |
| 26 | SYSTEMD_AUTO_ENABLE_${PN} = "enable" | 26 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" |
| 27 | 27 | ||
| 28 | do_install:append () { | 28 | do_install:append () { |
| 29 | if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then | 29 | if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then |
