pldm: add service file

openbmc/pldm now has an in-repo systemd service file. Package the same.
Also need the srcrev bump with this commit because the two are co-reqs.

(From meta-phosphor rev: 127d89742398dec1681fe309002fa4e4fb3c2e24)

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I2703ca9a416cfc4631d2210fc42723a45851d226
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index d8dcd0d..143daea 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -4,6 +4,7 @@
 PV = "1.0+git${SRCPV}"
 
 inherit meson pkgconfig
+inherit systemd
 
 require pldm.inc
 
@@ -15,6 +16,8 @@
 
 S = "${WORKDIR}/git"
 
+SYSTEMD_SERVICE_${PN} += "pldmd.service"
+
 EXTRA_OEMESON = " \
         -Dtests=disabled \
         -Doem-ibm=disabled \