obmc-console: srcrev bump b7dddbc63e..46d9ef298f
John Wang (2):
Fix realloc() with size 0
Do not truncate log files after reboot
Change-Id: I237275129007a4f08f01d9c3f41d2a219fe1a9c3
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 51d5319..517cc79 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 @@
DEPENDS += "autoconf-archive-native \
systemd \
"
-SRCREV = "b7dddbc63e601298474dee68ea4c0cc25b865461"
+SRCREV = "46d9ef298f2e26f4c513fedff3b8a26fdf4b2d35"
PACKAGECONFIG ??= "udev ssh"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"