pldm: Remove boost depends

Remove boost depends in pldm_git.bb .
PLDM was used crc function from boost before.
But now, the pldm has replaced the boost crc method with its own:
https://gerrit.openbmc-project.xyz/c/openbmc/pldm/+/31139

(From meta-phosphor rev: 0e2b30d04ee1814e08dd496d4c3595db3caffda7)

Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com>
Change-Id: I64e558576ad4f065c5db023d5ff26de4c5d26b08
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 f9013a9..d8dcd0d 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -11,7 +11,6 @@
 DEPENDS += "sdeventplus"
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "nlohmann-json"
-DEPENDS += "boost"
 DEPENDS += "cli11"
 
 S = "${WORKDIR}/git"