summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-28 05:40:41 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-28 19:00:59 +0300
commitcf23cbd2ea4aa81c4e85c6eba176985ea8baabaa (patch)
tree6483b52978abe292c3f1a1c84b61f5d956cff8ab
parentb999bbf5944af94de711ee4ebe2e757d0344e308 (diff)
downloadopenbmc-cf23cbd2ea4aa81c4e85c6eba176985ea8baabaa.tar.xz
obmc-console: srcrev bump 86e3fd70f0..c9f4a556dd
Andrew Jeffery (1): obmc-console: Remove autotools build system Ninad Palsule (4): Fixed broken dbus interface for multiple consoles Split dbus related code into separate file Added new dbus interface to query console info Adding myself as a reviewer Change-Id: Ic3191b0c04ca3989028b794c12c990044b09c8f4 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 719ce963bd..19012387ba 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 = "86e3fd70f003264a05a09452c60ea8b9da6be287"
+SRCREV = "c9f4a556ddc4154909c8d83323ac3b7b3dc38a1c"
PACKAGECONFIG ??= "udev"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"