commit | 800bfc903d91ac419c17ecf2edeeb5073b668947 | [log] [tgz] |
---|---|---|
author | Xiaochao Ma <maxiaochao@inspur.com> | Fri Apr 10 08:30:02 2020 +0800 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Apr 14 14:26:22 2020 -0500 |
tree | 76a15787285bb7b532dcb9dc384cda192835f922 | |
parent | 635a0a564abaadd627da224e35d441eae6853369 [diff] |
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"