diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-09-13 13:45:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-13 17:38:07 +0100 |
commit | f564b4451550c49ee5d986005480a365cda69797 (patch) | |
tree | 6d94fd4c75970811e116457dddd8e19e51d09d6e /meta/recipes-support/bmap-tools | |
parent | 025343ed6e7ef9ccb7d3ff629d5e6b2f0f850924 (diff) | |
download | poky-f564b4451550c49ee5d986005480a365cda69797.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/bmap-tools')
0 files changed, 0 insertions, 0 deletions