]> code.ossystems Code Review - openembedded-core.git/commit
apr-util: fix ptest fail problem
authorChangqing Li <changqing.li@windriver.com>
Thu, 13 Sep 2018 05:45:46 +0000 (13:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Sep 2018 11:16:47 +0000 (12:16 +0100)
commita8cb9b68e91db42a17bfb54591e3ea91565f9241
tree0c765a6698231ad99151b999d886146248a9835f
parent0a1ff2a8df4a4033b23ce1513ec02711005d6883
apr-util: fix ptest fail problem

Test suite test_dbm failed after gdbm upgrtade to 13.1,
from 13.1, return value of some function are changed.

* gdbm_fetch, gdbm_firstkey, and gdbm_nextkey behavior

If the requested key was not found, these functions return datum with
dptr pointing to NULL and set gdbm_errno to GDBM_ITEM_NOT_FOUND (in
prior releases, gdbm_errno was set to GDBM_NO_ERROR),

(From OE-Core rev: 0952c190fc6aec333676ce3883e8232fa8595551)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-support/apr/apr-util/0001-Fix-error-handling-in-gdbm.patch [new file with mode: 0644]
meta/recipes-support/apr/apr-util_1.6.1.bb