summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mctp
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2021-06-24 06:13:15 +0300
committerAndrew Jeffery <andrew@aj.id.au>2021-06-24 06:26:08 +0300
commit948c7b42589afefa044261b13ce7309cccd221d9 (patch)
tree6e1bc57c876522faf480f5924107a76114af4dee /meta-phosphor/recipes-phosphor/mctp
parentf225ab6aa5ef467ec0149011e4ee9bc6b4cc2017 (diff)
downloadopenbmc-948c7b42589afefa044261b13ce7309cccd221d9.tar.xz
meta-phosphor: mctp: Add mctp-demux.socket
Resolves the following build error: ERROR: mctp-1.0+git999-r1 do_package: QA Issue: mctp: Files/directories were installed but not shipped in any package: /lib/systemd/system/mctp-demux.socket Fixes: a27a2f267548 ("libmctp: srcrev bump 507ba00dad..d4103f8f55") Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ib302725bc54c312fc78caf00fa0fa5a2559668c5
Diffstat (limited to 'meta-phosphor/recipes-phosphor/mctp')
-rw-r--r--meta-phosphor/recipes-phosphor/mctp/mctp_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
index b2fe211c0..eedecb7f8 100644
--- a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
+++ b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
@@ -15,9 +15,11 @@ SRCREV = "cfeaef8ecb0ab8c59ea4e145603523e599d60014"
DEPENDS += "autoconf-archive-native \
systemd \
- "
+ "
-SYSTEMD_SERVICE_${PN} = "mctp-demux.service"
+SYSTEMD_SERVICE_${PN} = "mctp-demux.service \
+ mctp-demux.socket \
+ "
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, \