]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
diffutils: upgrade from 3.11 to 3.12
authorChen Qi <Qi.Chen@windriver.com>
Mon, 26 May 2025 03:31:06 +0000 (11:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 May 2025 09:51:50 +0000 (10:51 +0100)
commitc465fbbe4bfa90f7eed5e84c4149d656204481c8
treed89762f6d4079cf937c4d38912769361886f71ab
parentc9b310ad363a41dfa515308780a3f8fde67d8fdc
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

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/diffutils/diffutils_3.12.bb [moved from meta/recipes-extended/diffutils/diffutils_3.11.bb with 90% similarity]