summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex/flex/run-ptest
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-11-29 14:11:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-04 12:30:58 +0000
commite8543db1c6e4a3ae6d6ed4481114090fdd43fa8f (patch)
treed78534e05a359d4d3b33157d90a30ac2c34794f7 /meta/recipes-devtools/flex/flex/run-ptest
parentfb5037bbc50d298aa319bb6825de50b741413555 (diff)
downloadpoky-e8543db1c6e4a3ae6d6ed4481114090fdd43fa8f.tar.gz
flex: update to 2.6.4
Add a backport patch that addresses segfaults on newer glibc versions. Remove: CVE-2016-6354.patch (backport) 0002-avoid-c-comments-in-c-code-fails-with-gcc-6.patch (issue fixed upstream) do_not_create_pdf_doc.patch (issue fixed upstream) ptest pass rate is 100%. (From OE-Core rev: a0fe05f3ffd67dc42e053c20bd019bb9d463d0ad) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex/flex/run-ptest')
-rwxr-xr-xmeta/recipes-devtools/flex/flex/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/flex/flex/run-ptest b/meta/recipes-devtools/flex/flex/run-ptest
index 19db337900..037301c40f 100755
--- a/meta/recipes-devtools/flex/flex/run-ptest
+++ b/meta/recipes-devtools/flex/flex/run-ptest
@@ -2,4 +2,4 @@
2 2
3# make would want to rebuild some files with a compiler otherwise :-/ 3# make would want to rebuild some files with a compiler otherwise :-/
4make FLEX=/usr/bin/flex -t check-TESTS || true 4make FLEX=/usr/bin/flex -t check-TESTS || true
5make FLEX=/usr/bin/flex check-TESTS 5make FLEX=/usr/bin/flex abs_builddir=./ check-TESTS