From c836211c6d2f34591fe6ed95055606a39b272b1a Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 10 Jan 2020 16:52:59 +0000 Subject: site: on linux, link(2) doesn't follow symlinks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (but gnulib / coreutils assumes yes when cross-compiling) (From OE-Core rev: e1a20bed0d1c6b5fc64c9200fcd8ce2496ce3e08) Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- meta/site/common-linux | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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} ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} ac_cv_func_utime_null=${ac_cv_func_utime_null=yes} gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} +gl_cv_func_link_follows_symlink=${gl_cv_func_link_follows_symlink=no} gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes} gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} gl_cv_pipes_are_fifos=${gl_cv_pipes_are_fifos='yes (1)'} -- cgit v1.2.3-54-g00ecf