obmc-console: srcrev bump dfda5afb4f..7dc08baac2
Zev Weiss (3):
config: Use isspace(3) instead of open-coding it
config: Allow multi-word config values
config: Add support for aspeed-uart-routing config directive
Change-Id: Ic9ba098e32652f30da3b82d7b57996bce99a2b9d
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 1b14f96..5b698a3 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 = "dfda5afb4ff7c76c4df3ebebbf496fdbda0fbbae"
+SRCREV = "7dc08baac216253b289f60c3cb0b39179f7aaefc"
PACKAGECONFIG ??= "udev"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"