Re: [OE-core] [PATCH] site/riscv*-linux: add ac_cv_func_fnmatch_works

2024-06-07 Thread Ross Burton
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 
>  wrote:
> 
> From: Dmitry Baryshkov 
> 
> 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 
> ---
> 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 (#200434): 
https://lists.openembedded.org/g/openembedded-core/message/200434
Mute This Topic: https://lists.openembedded.org/mt/106539044/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] site/riscv*-linux: add ac_cv_func_fnmatch_works

2024-06-07 Thread Dmitry Baryshkov
From: Dmitry Baryshkov 

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 
---
 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/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-