diff --git a/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch b/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch index d172c8dbf2..1d4eb9b831 100644 --- a/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch +++ b/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch @@ -40,9 +40,16 @@ There were 4 failures: Not found: POCO_BASE" │ │ in "", line -1 +There was 1 error: + 1: CppUnit::TestCaller.testProcessRunner + "Poco::TimeoutException: +Timeout: ProcessRunner::checkTimeout(): waiting for PID file" + in "", line -1 + Upstream-Status: Inappropriate [OE specific] Signed-off-by: Khem Raj Signed-off-by: Patrick Wicki +Signed-off-by: Peter Marko --- cppignore.lnx | 9 +++++++++ 1 file changed, 9 insertions(+) @@ -51,7 +58,7 @@ diff --git a/cppignore.lnx b/cppignore.lnx index b3288d474..9aad48ca5 100644 --- a/cppignore.lnx +++ b/cppignore.lnx -@@ -30,3 +30,12 @@ CppUnit::TestCaller.testProxy +@@ -30,3 +30,13 @@ CppUnit::TestCaller.testProxy CppUnit::TestCaller.testProxy CppUnit::TestCaller.testHostByAddress CppUnit::TestCaller.testHostByName @@ -64,3 +71,4 @@ index b3288d474..9aad48ca5 100644 +CppUnit::TestCaller.testCertsOnlyPKCS12 +CppUnit::TestCaller.testPEMReadWrite +CppUnit::TestCaller.testArray ++CppUnit::TestCaller.testProcessRunner