obmc-console: srcrev bump 498a4a81d9..ace05dccbb
Alexander Hansen (1):
use iniparser dependency for config file parsing
Andrew Jeffery (5):
subprojects: iniparser: Address meson run_command() warning
console-server: Avoid SEGV on on failure to load configuration
config: Allow NULL for internal dict pointer
console-server: Enable handler iteration with -fsanitize=address
meson: Exploit `tests` option to disable the test suite
iniparser is a new dependency that replaces the bespoke configuration
parsing implementation. We disable building the tests as that's wasting
cycles for one, but the test suite is also implemented in terms of
iniparser APIs that are not yet available in the version provided by the
bitbake recipe.
Change-Id: I307683a5d6eed1c36e2d0fdd7f99a4e16ce4da3d
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 21d7822..69bf7b3 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -4,13 +4,15 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
DEPENDS += "autoconf-archive-native \
+ iniparser \
systemd \
"
-SRCREV = "498a4a81d93b0242cea5de929f00cade2b5fe9f2"
+SRCREV = "ace05dccbbbf5a07ea2581fdf511078b6de6e0f6"
PACKAGECONFIG ??= "udev ssh"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"
PACKAGECONFIG[ssh] = "-Dssh=enabled,-Dssh=disabled"
+EXTRA_OEMESON = "-Dtests=false"
PV = "1.0+git${SRCPV}"
PR = "r1"