summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-31 03:12:55 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-08-31 04:14:50 +0300
commit7a342822e5ae4b0a1de0ba66ff965a7f4749fa77 (patch)
tree9db7a8c236939f8720df0d9ec99b6fa5ec4b84f4
parentb62666248e8b00ed611478d65df7c2bf443a1691 (diff)
downloadopenbmc-7a342822e5ae4b0a1de0ba66ff965a7f4749fa77.tar.xz
phosphor-networkd: srcrev bump a809f92e05..d9e2d72c9d
William A. Kennington III (2): config_parser: Cleanups and modern c++ standards config_parser: Add performance measuring test code Change-Id: Ib5aaa970c261d2c6dfebb3cf09b0d6a8cf4b9f2c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index e2ad918a1f..217dd971e9 100644
--- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
@@ -11,7 +11,7 @@ inherit python3native
inherit systemd
SRC_URI += "git://github.com/openbmc/phosphor-networkd;branch=master;protocol=https"
-SRCREV = "a809f92e05bfbb07414a77cda64d5d75f3ad1bce"
+SRCREV = "d9e2d72c9d43b53cec20597cd133ef746efd6db1"
DEPENDS += "systemd"
DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"