summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr-util_1.6.1.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-09-13 13:45:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-13 17:38:07 +0100
commitf564b4451550c49ee5d986005480a365cda69797 (patch)
tree6d94fd4c75970811e116457dddd8e19e51d09d6e /meta/recipes-support/apr/apr-util_1.6.1.bb
parent025343ed6e7ef9ccb7d3ff629d5e6b2f0f850924 (diff)
downloadpoky-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/apr/apr-util_1.6.1.bb')
-rw-r--r--meta/recipes-support/apr/apr-util_1.6.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb b/meta/recipes-support/apr/apr-util_1.6.1.bb
index 88b4300f9d..12d71cbb68 100644
--- a/meta/recipes-support/apr/apr-util_1.6.1.bb
+++ b/meta/recipes-support/apr/apr-util_1.6.1.bb
@@ -13,6 +13,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
13 file://configfix.patch \ 13 file://configfix.patch \
14 file://configure_fixes.patch \ 14 file://configure_fixes.patch \
15 file://run-ptest \ 15 file://run-ptest \
16 file://0001-Fix-error-handling-in-gdbm.patch \
16" 17"
17 18
18SRC_URI[md5sum] = "bd502b9a8670a8012c4d90c31a84955f" 19SRC_URI[md5sum] = "bd502b9a8670a8012c4d90c31a84955f"