diff options
author | André Draszik <git@andred.net> | 2020-01-10 16:52:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 09:19:20 +0000 |
commit | c836211c6d2f34591fe6ed95055606a39b272b1a (patch) | |
tree | 423a81b15dc3c1925f099732278ea63672fd1493 | |
parent | 644c19059c9cda61007be7a4bd2a993216e66e52 (diff) | |
download | poky-c836211c6d2f34591fe6ed95055606a39b272b1a.tar.gz |
site: on linux, link(2) doesn't follow symlinks
(but gnulib / coreutils assumes yes when cross-compiling)
(From OE-Core rev: e1a20bed0d1c6b5fc64c9200fcd8ce2496ce3e08)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/site/common-linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux index 720a1204a5..1c1fdafbb0 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux | |||
@@ -50,6 +50,7 @@ hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes} | |||
50 | ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} | 50 | ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} |
51 | ac_cv_func_utime_null=${ac_cv_func_utime_null=yes} | 51 | ac_cv_func_utime_null=${ac_cv_func_utime_null=yes} |
52 | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} | 52 | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} |
53 | gl_cv_func_link_follows_symlink=${gl_cv_func_link_follows_symlink=no} | ||
53 | gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes} | 54 | gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes} |
54 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} | 55 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} |
55 | gl_cv_pipes_are_fifos=${gl_cv_pipes_are_fifos='yes (1)'} | 56 | gl_cv_pipes_are_fifos=${gl_cv_pipes_are_fifos='yes (1)'} |