summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/gpio
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-10 04:50:26 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-10 04:50:26 +0300
commit8512c81785f5be0d3b72445501c8b507693fe150 (patch)
tree75ff335006eb3c9c36c2411bad0159b8ad763720 /meta-phosphor/recipes-phosphor/gpio
parent3ec63cdc59cf50dd53e8365382254f29c8844d36 (diff)
downloadopenbmc-8512c81785f5be0d3b72445501c8b507693fe150.tar.xz
phosphor-gpio-monitor: srcrev bump 7abda62ca1..69e9930aa2
George Liu (8): logging: switch to lg2 Update the clang-format file with latest phosphor-gpio-monitor: Replace Argument class with CLI11 presence: Replace Argument class with CLI11 Remove gpio-util Fix some warnings by cppcheck meson: Replace configure_file with fs.copyfile meson: Enable tests by default Patrick Williams (3): build: add cli11 dependency as necessary phosphor-gpio-monitor: fix continue flag phosphor-gpio-monitor: ignore extra args Change-Id: I7fb4e2c07fb048402553c8739d5867f7fd47ef6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/gpio')
-rw-r--r--meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
index ab28719b75..a343ef1601 100644
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -12,7 +12,7 @@ DEPENDS += "boost"
DEPENDS += "libgpiod"
DEPENDS += "cli11"
DEPENDS += "nlohmann-json"
-SRCREV = "7abda62ca1712083c9b2cc2e70d44c06602bd0c8"
+SRCREV = "69e9930aa2012ff5f3016fa602e3cca6978fdb02"
PV = "1.0+git${SRCPV}"
PR = "r1"