[oe-commits] [openembedded-core] 05/18: site: musl and glibc have working mkstemp()

git at git.openembedded.org git at git.openembedded.org
Sat Jan 11 09:19:55 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2b0905d25fa295fc868bf6df1da89283b9dc1f45
Author: André Draszik <git at andred.net>
AuthorDate: Fri Jan 10 16:52:49 2020 +0000

    site: musl and glibc have working mkstemp()
    
    their mkstemp() passes all tests from the gnulib m4 macro
    gl_FUNC_MKSTEMP.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/site/common-glibc | 1 +
 meta/site/common-musl  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 1443f8e..0bcaea2 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -28,6 +28,7 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
 
 # coreutils
 fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
+gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
 
 # glib
 glib_cv_strlcpy=${glib_cv_strlcpy=no}
diff --git a/meta/site/common-musl b/meta/site/common-musl
index 024b6ba..bbf2f9c 100644
--- a/meta/site/common-musl
+++ b/meta/site/common-musl
@@ -36,6 +36,7 @@ fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
 gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no}
 gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no}
 gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes}
+gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
 ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes}
 ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list