From 948c7b42589afefa044261b13ce7309cccd221d9 Mon Sep 17 00:00:00 2001 From: George Liu Date: Thu, 24 Jun 2021 11:13:15 +0800 Subject: 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 Change-Id: Ib302725bc54c312fc78caf00fa0fa5a2559668c5 --- meta-phosphor/recipes-phosphor/mctp/mctp_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-phosphor') diff --git a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb index b2fe211c0e..eedecb7f8d 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}, \ -- cgit v1.2.3