aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr_1.6.3.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-07-23 15:37:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-26 13:16:31 +0100
commitdaa496e7104e3f06bc5192bb4ec7d894b22dba5d (patch)
tree3c9c999310187e7610ee6ee4e73cdd9272cd2eca /meta/recipes-support/apr/apr_1.6.3.bb
parenta13d3314cd4ddc812c3ac2904c8f563f7462878a (diff)
downloadopenembedded-core-contrib-daa496e7104e3f06bc5192bb4ec7d894b22dba5d.tar.gz
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 <changqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/apr/apr_1.6.3.bb')
-rw-r--r--meta/recipes-support/apr/apr_1.6.3.bb1
1 files changed, 1 insertions, 0 deletions
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"