libpldm: srcrev bump a2c69117bc..8a4b53366d

Andrew Jeffery (10):
      bios_table: Annotate pldm_bios_table_attr_value_entry_encode_integer()
      pdr: pldm_entity_association_pdr_extract(): Use a for-loop
      pdr: pldm_entity_association_pdr_extract(): Use array notation
      pdr: pldm_entity_association_pdr_extract(): Hoist assert() over malloc()
      pdr: pldm_entity_association_pdr_extract(): Assign out params at exit
      pdr: pldm_entity_association_pdr_extract(): Return early if necessary
      pdr: pldm_entity_get_num_children(): Don't return invalid values
      libpldm: Lift or remove asserts where a subsequent check exists
      fru: Use inequality to judge table bounds check
      libpldm: Release v0.4.0

Change-Id: If1fcad566097600cf7178b37d262e5660d94fa57
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index 8b5fdef..47380ff 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,7 +3,7 @@
 HOMEPAGE = "https://github.com/openbmc/libpldm"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "a2c69117bc3ea1cccff02e418be5e3f1e6e01afc"
+SRCREV = "8a4b53366d65fdd8bf6d26475ff705391329a408"
 LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
 LIBPLDM_ABI_MAINTENANCE = "stable,testing"
 LIBPLDM_ABI_PRODUCTION = "deprecated,stable"