meta-phosphor: pldm: Enable af-mctp transport with df-mctp

Use of the mctp-demux transport is deprecated in OpenBMC. AF_MCTP
sockets should be used instead. Default platforms using the `mctp`
distro feature to the AF_MCTP transport, in line with the support
configured and installed by it.

Change-Id: I01e27bf164a840e4fbd585254efaf0202a79d986
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index a66396f..a96c89e 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -24,6 +24,11 @@
 inherit meson pkgconfig
 inherit systemd
 
+PACKAGECONFIG[transport-mctp-demux] = "-Dtransport-implementation=mctp-demux"
+PACKAGECONFIG[transport-af-mctp] = "-Dtransport-implementation=af-mctp"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG:append:df-mctp = " transport-af-mctp"
+
 EXTRA_OEMESON = " \
         -Dtests=disabled \
         -Doem-ibm=disabled \