summaryrefslogtreecommitdiffstats
path: root/meta/site/sh-common
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/sh-common
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/sh-common')
-rw-r--r--meta/site/sh-common3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 720d454351..f2481652c9 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -150,9 +150,6 @@ mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
150# gettext 150# gettext
151am_cv_func_working_getline=${am_cv_func_working_getline=yes} 151am_cv_func_working_getline=${am_cv_func_working_getline=yes}
152 152
153# fnmatch
154ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
155
156# rsync 153# rsync
157rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no} 154rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
158rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes} 155rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}