From 8b15b7bd10db83b3390827231b54aeb3452bcb6f Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Mon, 27 Feb 2017 20:26:37 +0100 Subject: zlib: Upgrade 1.2.8 -> 1.2.11 Licence updated by removing its first line which was containing copyright notice including year, which could change quite often. Additional empty line was deleted, too. Signed-off-by: Peter Marko Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/zlib/zlib-1.2.11/run-ptest | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-core/zlib/zlib-1.2.11/run-ptest (limited to 'meta/recipes-core/zlib/zlib-1.2.11/run-ptest') diff --git a/meta/recipes-core/zlib/zlib-1.2.11/run-ptest b/meta/recipes-core/zlib/zlib-1.2.11/run-ptest new file mode 100644 index 0000000000..884d9dc699 --- /dev/null +++ b/meta/recipes-core/zlib/zlib-1.2.11/run-ptest @@ -0,0 +1,2 @@ +#!/bin/sh +make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/' -- cgit v1.2.3