diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2025-05-26 11:31:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-29 15:14:37 +0100 |
| commit | af06fafe796d818053137e6979249a3af31f248b (patch) | |
| tree | c3dd0b0c03ecbd13dfbe389fd3ba75aa49bac719 /meta | |
| parent | fb1172e52eb3d73325723d9f4085ea224eb026a0 (diff) | |
| download | poky-af06fafe796d818053137e6979249a3af31f248b.tar.gz | |
diffutils: upgrade from 3.11 to 3.12
The following line is added to fix cross-compilation issue in do_configure.
EXTRA_OECONF += "gl_cv_func_strcasecmp_works=yes"
The error message is as below:
configure: error: cannot run test program while cross compiling
(From OE-Core rev: c465fbbe4bfa90f7eed5e84c4149d656204481c8)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.12.bb (renamed from meta/recipes-extended/diffutils/diffutils_3.11.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.11.bb b/meta/recipes-extended/diffutils/diffutils_3.12.bb index a4badc044e..d00dd772ad 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.11.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.12.bb | |||
| @@ -8,9 +8,10 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \ | |||
| 8 | file://0001-Skip-strip-trailing-cr-test-case.patch \ | 8 | file://0001-Skip-strip-trailing-cr-test-case.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "a73ef05fe37dd585f7d87068e4a0639760419f810138bd75c61ddaa1f9e2131e" | 11 | SRC_URI[sha256sum] = "7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd" |
| 12 | 12 | ||
| 13 | EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix" | 13 | EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix" |
| 14 | EXTRA_OECONF += "gl_cv_func_strcasecmp_works=yes" | ||
| 14 | 15 | ||
| 15 | # latest gnulib is no longer able to handle this - I dare not try to fix that maze of abstractions and generators | 16 | # latest gnulib is no longer able to handle this - I dare not try to fix that maze of abstractions and generators |
| 16 | CFLAGS:mingw32 = " -DSA_RESTART=0" | 17 | CFLAGS:mingw32 = " -DSA_RESTART=0" |
