summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-10 22:40:30 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-10 22:40:30 +0300
commited28aaea49b098cae39d93d889a162122b9bf15b (patch)
tree5f9446ef6a94dc5e1d0387b35ac8a92d4cf61bc4
parent7515defaa2e023c975b4063743437df4c967e376 (diff)
downloadopenbmc-ed28aaea49b098cae39d93d889a162122b9bf15b.tar.xz
entity-manager: srcrev bump 88b2aba5ab..7742c87ce6
Matt Spinler (1): Add meson option for build time schema validation Change-Id: I7d9ea074011a5166eeed5041365b9e7c18e41b10 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index f977712145..a7e6a47acf 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "boost \
valijson \
${PYTHON_PN}-jsonschema-native \
"
-SRCREV = "88b2aba5abb0b5952277e73fb319342d65aa5e06"
+SRCREV = "7742c87ce69870afaa2137c3159aaa5cb0a89271"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
PV = "0.1+git${SRCPV}"