meta-phosphor: eliminate pldm.inc

The pldm.inc file is an artifact from when libpldm was split out into
a separate package but from the same code-repository as pldm.  Now
that they are in separate repositories, we can combined the pldm.inc
content into the base pldm_git.bb recipe.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I77f318d3289d017582051358a327db04d8f12101
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm.inc b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
deleted file mode 100644
index 985fe7b..0000000
--- a/meta-phosphor/recipes-phosphor/pldm/pldm.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-HOMEPAGE = "https://github.com/openbmc/pldm"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
-SRCREV = "d310f8213a41b29c8e36e67c1a9570b72deaa958"
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index c94aa0c..82d983b 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -1,3 +1,9 @@
+HOMEPAGE = "https://github.com/openbmc/pldm"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
+SRCREV = "d310f8213a41b29c8e36e67c1a9570b72deaa958"
+
 SUMMARY = "PLDM Stack"
 DESCRIPTION = "Implementation of the PLDM specifications"
 DEPENDS += "function2"
@@ -40,5 +46,3 @@
     TARGET="../pldmSoftPowerOff.service"
     ln -s $TARGET $LINK
 }
-
-require pldm.inc