diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2018-11-28 14:10:23 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-11-28 11:21:58 -0500 |
commit | e8971151d90bee8a753ed0768c98b73dd3b15da5 (patch) | |
tree | 0e364510128d0e6bf6362bcfc4606d531a8e9030 /meta-phosphor/recipes-phosphor | |
parent | 634197dea0f2fc52c58a3b8ba431b345a45879c2 (diff) | |
download | blackbird-openbmc-e8971151d90bee8a753ed0768c98b73dd3b15da5.tar.gz blackbird-openbmc-e8971151d90bee8a753ed0768c98b73dd3b15da5.zip |
phosphor-inventory-manager: srcrev bump 6e94b65268..25d54b5102
Brad Bishop (1):
Replace std::experimental::any with std::any
(From meta-phosphor rev: 738474681293cb66161263218fedd805d3bde6b7)
Change-Id: I791da3cdc8eaab58f0cdc4eb8a81ba312175bfef
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r-- | meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc index 7b9678f45..9dab0db8e 100644 --- a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc +++ b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-inventory-manager" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/phosphor-inventory-manager" -SRCREV = "6e94b65268382de661512646668d8e32ec73d755" +SRCREV = "25d54b5102241117915d18c612ce03cde20d2c5b" |