diff mbox series

site/riscv*-linux: add ac_cv_func_fnmatch_works

Message ID 20240607072252.1732005-1-dmitry.baryshkov@linaro.org
State New
Headers show
Series site/riscv*-linux: add ac_cv_func_fnmatch_works | expand

Commit Message

Dmitry Baryshkov June 7, 2024, 7:22 a.m. UTC
From: Dmitry Baryshkov <dbaryshkov@gmail.com>

Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to
riscv32 and riscv64 caches too, otherwise cabextract fails to build ([1])

[1] https://errors.yoctoproject.org/Errors/Details/785949/

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 meta/site/riscv32-linux | 3 +++
 meta/site/riscv64-linux | 3 +++
 2 files changed, 6 insertions(+)

Comments

Ross Burton June 7, 2024, 10:08 a.m. UTC | #1
This check is not architecture specific, I just sent a cleanup series to move this cached value (and others) to the correct places.

Ross

> On 7 Jun 2024, at 08:22, Dmitry Baryshkov via lists.openembedded.org <dbaryshkov=gmail.com@lists.openembedded.org> wrote:
> 
> From: Dmitry Baryshkov <dbaryshkov@gmail.com>
> 
> Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to
> riscv32 and riscv64 caches too, otherwise cabextract fails to build ([1])
> 
> [1] https://errors.yoctoproject.org/Errors/Details/785949/
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> meta/site/riscv32-linux | 3 +++
> meta/site/riscv64-linux | 3 +++
> 2 files changed, 6 insertions(+)
> 
> diff --git a/meta/site/riscv32-linux b/meta/site/riscv32-linux
> index 2cc26f3b93f4..4956639f5566 100644
> --- a/meta/site/riscv32-linux
> +++ b/meta/site/riscv32-linux
> @@ -5,3 +5,6 @@ ac_cv_alignof_unsigned_long=4
> 
> # startup-notification
> lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
> +
> +# cabextract
> +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
> diff --git a/meta/site/riscv64-linux b/meta/site/riscv64-linux
> index 384d3bd87747..cbfebf5e3bd7 100644
> --- a/meta/site/riscv64-linux
> +++ b/meta/site/riscv64-linux
> @@ -5,3 +5,6 @@ ac_cv_alignof_unsigned_long=8
> 
> # startup-notification
> lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
> +
> +# cabextract
> +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
> -- 
> 2.39.2
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200424): https://lists.openembedded.org/g/openembedded-core/message/200424
> Mute This Topic: https://lists.openembedded.org/mt/106539044/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/site/riscv32-linux b/meta/site/riscv32-linux
index 2cc26f3b93f4..4956639f5566 100644
--- a/meta/site/riscv32-linux
+++ b/meta/site/riscv32-linux
@@ -5,3 +5,6 @@  ac_cv_alignof_unsigned_long=4
 
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
+
+# cabextract
+ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
diff --git a/meta/site/riscv64-linux b/meta/site/riscv64-linux
index 384d3bd87747..cbfebf5e3bd7 100644
--- a/meta/site/riscv64-linux
+++ b/meta/site/riscv64-linux
@@ -5,3 +5,6 @@  ac_cv_alignof_unsigned_long=8
 
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
+
+# cabextract
+ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}