diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2017-07-24 17:51:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 22:20:16 +0100 |
| commit | 0c09f9f5700696670b2a9d0466124309100eb296 (patch) | |
| tree | 018f395ee20c6ad1401dc5cda799654e3c73d252 /meta/recipes-extended/diffutils/diffutils-3.6/run-ptest | |
| parent | d1e05e9cbddea40ff582fae4ec7e2e7a4f52fd8f (diff) | |
| download | openembedded-core-0c09f9f5700696670b2a9d0466124309100eb296.tar.gz openembedded-core-0c09f9f5700696670b2a9d0466124309100eb296.tar.bz2 openembedded-core-0c09f9f5700696670b2a9d0466124309100eb296.zip | |
diffutils: upgrade to 3.6
diffutils-3.5-gcc7.patch is removed as it's merged in this version.
do_configure_prepend is removed to solve the following configure error.
error: possibly undefined macro: gl_TYPE_WINT_T_PREREQ
A workaround patch is made to fix the following compilation error for glibc.
error: dereferencing pointer to incomplete type 'const struct rpl_option'
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils-3.6/run-ptest')
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils-3.6/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils-3.6/run-ptest b/meta/recipes-extended/diffutils/diffutils-3.6/run-ptest new file mode 100644 index 0000000000..695c5e8a7b --- /dev/null +++ b/meta/recipes-extended/diffutils/diffutils-3.6/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +make -C tests check-TESTS |
