diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2022-09-23 23:00:31 +0300 |
---|---|---|
committer | Andrew Geissler <andrew@geissonator.com> | 2022-09-28 00:42:58 +0300 |
commit | 164e7416d9eb39ac681baef29b68c1eaad1de54c (patch) | |
tree | 96a21b295a0012e999df97aa1dc04a8d6689483c | |
parent | 2a8be05b6bf5ecead6de026c8f7ceb5895207a12 (diff) | |
download | openbmc-164e7416d9eb39ac681baef29b68c1eaad1de54c.tar.xz |
phosphor-objmgr: srcrev bump 1e94e60b4f..8c243629a9
Brad Bishop (1):
monitor: add cli11 argument parsing
Change-Id: I88b4fb8e773948bd939f79e9333e82c503a93fcd
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index 6925d71c1b..a7905f0b6d 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -9,7 +9,8 @@ DEPENDS += "libtinyxml2" DEPENDS += "sdbusplus" DEPENDS += "phosphor-logging" DEPENDS += "${PN}-config-native" -SRCREV = "1e94e60b4fb6f6e1ebe42eeeeaf52a070ae11c30" +DEPENDS += "cli11" +SRCREV = "8c243629a9e6866ccac247d74f274b86bc1fad50" PV = "1.0+git${SRCPV}" PR = "r1" |