Switch libpldm to point to libpldm.git

With the recent migration of libpldm out of pldm repository, we can now
point libpldm recipe to libpldm.git rather than pldm.git.

Also to note, we had lost all the commit history when we migrated
libpldm to libpldm.git because of the way we re-arranged the pldm code
to separate out the libpldm as a subproject.

This commit also includes the libpldm bump & it now points to the HEAD
of the newly created libpldm.git

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I2707353e6a0521ad1899d94970130dda583dd75d
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index d339209..c870437 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,15 +3,15 @@
 HOMEPAGE = "https://github.com/openbmc/libpldm"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "27a022ca33cea158faba4bf2025069366436a51d"
+SRCREV = "d6df5fab2b00eae6287961d7213ab304f86aab55"
 PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,,"
 
 PV = "0.1.0+git${SRCPV}"
 PR = "r1"
-SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
+SRC_URI = "git://github.com/openbmc/libpldm;branch=main;protocol=https"
 
 S = "${WORKDIR}/git"
 
 inherit meson
 
-EXTRA_OEMESON:append = " -Dtests=disabled -Dlibpldm-only=enabled"
+EXTRA_OEMESON:append = " -Dtests=disabled"