From daa496e7104e3f06bc5192bb4ec7d894b22dba5d Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 23 Jul 2018 15:37:07 +0800 Subject: apr: fix ptest hangs since enter non-terminating loop ptest hangs in teststr since enter non-terminating loop, fixed by a backport patch Signed-off-by: Changqing Li Signed-off-by: Ross Burton --- meta/recipes-support/apr/apr_1.6.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/apr/apr_1.6.3.bb') diff --git a/meta/recipes-support/apr/apr_1.6.3.bb b/meta/recipes-support/apr/apr_1.6.3.bb index 87b878723b..e044c4a9a5 100644 --- a/meta/recipes-support/apr/apr_1.6.3.bb +++ b/meta/recipes-support/apr/apr_1.6.3.bb @@ -18,6 +18,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ file://0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch \ file://0006-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch \ file://0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch \ + file://0008-apr-fix-ptest-hang-in-teststr.patch \ " SRC_URI[md5sum] = "12f2a349483ad6f12db49ba01fbfdbfa" -- cgit 1.2.3-korg