diff options
| author | André Draszik <git@andred.net> | 2020-01-10 16:52:54 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 09:19:20 +0000 |
| commit | f50911e2456b66d583ee2a96d9e853ebef48778e (patch) | |
| tree | 2edb17e6df6f238e7d62b4954baa0b7b0eb0d762 /meta/site/common-musl | |
| parent | a1a0fa131768bcc52d87ee16d0d790d4f51b2237 (diff) | |
| download | poky-f50911e2456b66d583ee2a96d9e853ebef48778e.tar.gz | |
site: set getcwd() test result for abort()-bug for glibc / musl
This coreutils (gnulib) test checks for an abort() that existed
in glibc before 2.4.90-10 (in 2006) in certain conditions.
Neither libraries exhibit this problem today.
(From OE-Core rev: 506c3b5adaa2fdffa051d83fb99efc00e432156b)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-musl')
| -rw-r--r-- | meta/site/common-musl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/common-musl b/meta/site/common-musl index c8113755aa..2785c66a5c 100644 --- a/meta/site/common-musl +++ b/meta/site/common-musl | |||
| @@ -34,6 +34,7 @@ bash_cv_sys_siglist=${bash_cv_sys_siglist=no} | |||
| 34 | 34 | ||
| 35 | # coreutils | 35 | # coreutils |
| 36 | fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes} | 36 | fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes} |
| 37 | gl_cv_func_getcwd_abort_bug=${gl_cv_func_getcwd_abort_bug=no} | ||
| 37 | gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes} | 38 | gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes} |
| 38 | gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'} | 39 | gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'} |
| 39 | gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no} | 40 | gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no} |
