summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils_3.12.bb
Commit message (Collapse)AuthorAgeFilesLines
* diffutils: upgrade from 3.11 to 3.12Chen Qi2025-05-291-0/+41
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>