diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2024-05-30 19:43:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-04 12:04:52 +0100 |
commit | 6b44e5bfa1f02addbe8de692783e775e3b176048 (patch) | |
tree | 317ca8c90d4ef7a240f67b0c9198a985d9b742e6 | |
parent | 5aba8ca77314b803b8eb68f48f82ff9c9cb7d86e (diff) | |
download | poky-6b44e5bfa1f02addbe8de692783e775e3b176048.tar.gz |
site/x86_64-linux: add ac_cv_func_fnmatch_works
Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to
x86_64 cache too, otherwise cabextract fails to build ([1])
[1] https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3893/steps/14/logs/stdio
(From OE-Core rev: a5aeaf02eff9ddaa95cf53e727c166ac7516ca31)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/site/x86_64-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index b9ee141fd5..ed9c88fa20 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -83,3 +83,6 @@ ac_cv_func__restgpr_14_x=no | |||
83 | 83 | ||
84 | # cvs | 84 | # cvs |
85 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | 85 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} |
86 | |||
87 | # cabextract | ||
88 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | ||