From: Alexander Kanavin Date: Fri, 19 Apr 2024 12:19:34 +0000 (+0200) Subject: apr: submit 0001-Add-option-to-disable-timed-dependant-tests.patch upstream X-Git-Tag: uninative-4.5~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bfe386e69d7a688815a78bd2d5766a4b0665e7f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git apr: submit 0001-Add-option-to-disable-timed-dependant-tests.patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch b/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch index a274f3a16e3..b46dc76a863 100644 --- a/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch +++ b/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch @@ -7,7 +7,7 @@ The disabled tests rely on timing to pass correctly. On a virtualized system under heavy load, these tests randomly fail because they miss a timer or other timing related issues. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/apache/apr/pull/54] Signed-off-by: Jeremy Puhlman ---