From 81e9ee0bf0a3cf373ed354fb1687b5ddebc6150c Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 25 Mar 2020 16:23:32 +1030 Subject: phosphor-debug-collector: Fix build when pldm enabled The PACKAGECONFIG directive for pldm offload was missing a comma, meaning the dependency was being interpreted as the 'disable-feature' flag. Add a comma to indicate an empty 'disable-feature' option for PACKAGECONFIG[host-dump-offload-pldm]. This also bumps the pldm repository by one commit to include a build fix. Dhruvaraj Subhashchandran (1): Add pdr.h to headers in meson.build. (From meta-phosphor rev: 765da5bf2e8b60cd08dbc5faabfaff264d6755a4) Change-Id: I97895199d7fdc457b1557d75c82b485c1bb68924 Signed-off-by: Joel Stanley Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dump') diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb index 7a4d17050..8e455b54d 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb @@ -184,7 +184,7 @@ PACKAGECONFIG[ubifs-workaround] = " \ " PACKAGECONFIG[host-dump-offload-pldm] = " \ - --with-host-dump-offload-transport=pldm, \ + --with-host-dump-offload-transport=pldm,, \ pldm \ " -- cgit v1.2.3