diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-04-16 19:51:41 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-17 08:13:47 -0400 |
commit | e47e5a2efbe0e4f50a36d0e60f53ef585a3ef610 (patch) | |
tree | dbc93fc8b488e7c7c68d039d5b9ee78583cb2918 /meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | |
parent | be32adda5a634c9f3e6d9be353f1b113da63c54e (diff) | |
download | blackbird-openbmc-e47e5a2efbe0e4f50a36d0e60f53ef585a3ef610.tar.gz blackbird-openbmc-e47e5a2efbe0e4f50a36d0e60f53ef585a3ef610.zip |
entity-manager: srcrev bump a218ddb84c..f1b1414780
James Feist (1):
Use hash of found device for json key
(From meta-phosphor rev: 490be3f9546d4d6bdbb1ccc30177f609c66669ab)
Change-Id: I69ae213632171f9e08aa6a9e29b2c8167ef78731
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb')
-rw-r--r-- | meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 |
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 97e2b88cf..0530255e4 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "a218ddb84c5cb6f6d07c3febd14bb0395ce38e5f" +SRCREV = "f1b141478082861e39706b5caab32e5aafbe8728" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" |