summaryrefslogtreecommitdiffstats
path: root/meta/site/common-glibc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-06-07 10:07:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-07 23:21:42 +0100
commit2c7663d7249ba73f401242cb09048b82116de6a8 (patch)
tree357e79787652d2809270b4181fde85fc9752c96f /meta/site/common-glibc
parentb6fe56102389c33a720e51d51ad075098dc3aaef (diff)
downloadpoky-2c7663d7249ba73f401242cb09048b82116de6a8.tar.gz
site: move ac_cv_func_fnmatch_works to libc files
ac_cv_func_fnmatch_works (as set by AC_FUNC_FNMATCH) checks if the libc has a POSIX-compliant fnmatch() implementation. This isn't architecture specific, so move the definition to common-glibc and common-musl after verifying the correct result. (From OE-Core rev: b81ae7affa25eaad016c3ed347a9c4fef0bfee45) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r--meta/site/common-glibc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 958699b143..822e30d3c7 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -14,6 +14,7 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
14ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} 14ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
15ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} 15ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
16ac_cv_func_strtod=${ac_cv_func_strtod=yes} 16ac_cv_func_strtod=${ac_cv_func_strtod=yes}
17ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
17 18
18# bash 19# bash
19bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes} 20bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes}