summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-20 05:50:21 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-20 23:42:53 +0300
commita8c3ca7abe9ee6054a14831f613422af44082a3e (patch)
tree9cd257df4b7c5be339d29b06bb4e087eda4f05a3
parent172292b35dbd890de32ae90f97f60a0a64a53396 (diff)
downloadopenbmc-a8c3ca7abe9ee6054a14831f613422af44082a3e.tar.xz
obmc-console: srcrev bump cc07530fdb..21f4cb4a76
Andrew Jeffery (5): ringbuffer: Implement min() as an inline function obmc-console: Mark unused parameters as such console-server: Drop trailing semi-colon from console_handler_register() obmc-console: Clean up invalid sign comparisons socket-handler: Fix void pointer arithmetic Change-Id: I102d29d021091724e5316d38dbf03edf40e377da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/console/obmc-console_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 4f20209119..12b1f55355 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
DEPENDS += "autoconf-archive-native \
systemd \
"
-SRCREV = "cc07530fdb356b7750f58c2a6b35c9cf180ed99c"
+SRCREV = "21f4cb4a76858d7dec71a04883894b8bc54d774f"
PACKAGECONFIG ??= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[udev] = "--with-udevdir=`pkg-config --variable=udevdir udev`,\
--without-udevdir,udev"