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

Reply via email to