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.

Change-Id: I3458caec78350b0787314e8c9933cd29264a5cdf
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/recipes-phosphor/dump/phosphor-debug-collector_git.bb
index 7a4d170..8e455b5 100644
--- a/recipes-phosphor/dump/phosphor-debug-collector_git.bb
+++ b/recipes-phosphor/dump/phosphor-debug-collector_git.bb
@@ -184,7 +184,7 @@
 "
 
 PACKAGECONFIG[host-dump-offload-pldm] = " \
-        --with-host-dump-offload-transport=pldm, \
+        --with-host-dump-offload-transport=pldm,, \
         pldm \
         "
 
diff --git a/recipes-phosphor/pldm/pldm.inc b/recipes-phosphor/pldm/pldm.inc
index 65ee87e..4b5ad8f 100644
--- a/recipes-phosphor/pldm/pldm.inc
+++ b/recipes-phosphor/pldm/pldm.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 SRC_URI = "git://github.com/openbmc/pldm"
-SRCREV = "f3295be12d9cba0186267860aa738679fed67017"
+SRCREV = "442210e450bcd9bced09988ac2d237416193a89d"