summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorXiaochao Ma <maxiaochao@inspur.com>2020-04-10 03:30:02 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-14 22:26:22 +0300
commit800bfc903d91ac419c17ecf2edeeb5073b668947 (patch)
tree76a15787285bb7b532dcb9dc384cda192835f922 /meta-phosphor/recipes-phosphor
parent635a0a564abaadd627da224e35d441eae6853369 (diff)
downloadopenbmc-800bfc903d91ac419c17ecf2edeeb5073b668947.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index f9013a908..d8dcd0d2c 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -11,7 +11,6 @@ DEPENDS += "systemd"
DEPENDS += "sdeventplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "nlohmann-json"
-DEPENDS += "boost"
DEPENDS += "cli11"
S = "${WORKDIR}/git"