summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/configuration
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-31 00:10:25 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-31 22:05:52 +0300
commit250399ea72592eb710ec1c86192ba04d6e90a814 (patch)
tree142f9554d3a7f64ed42dd78c34a9363c131e1048 /meta-phosphor/recipes-phosphor/configuration
parentd20e8be64a013d26416d858ef4a2c4433cf306ee (diff)
downloadopenbmc-250399ea72592eb710ec1c86192ba04d6e90a814.tar.xz
entity-manager: srcrev bump 3f98b5eb60..d0eb129180
Jonathan Doman (1): Refactor unnecessary shared_ptr usage Change-Id: I270db996e670e45a6708cea9f770d70c59f81894 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/configuration')
-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 b315045f5a..35a4fdccd9 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 = "3f98b5eb60595b54509f33f61764d1d5ef14952b"
+SRCREV = "d0eb129180f8849026e2cd48ddf1152e51ef25b7"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
PV = "0.1+git${SRCPV}"