From: André Draszik Date: Fri, 10 Jan 2020 16:52:58 +0000 (+0000) Subject: site: on linux, pipes are fifos with max link count of 1 X-Git-Tag: uninative-2.8~578 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=13aa567ac1c2c5232378bb9de0bb4ccf04f8c2ac;p=openembedded-core.git site: on linux, pipes are fifos with max link count of 1 Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- diff --git a/meta/site/common-linux b/meta/site/common-linux index 2ef5238799..720a1204a5 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux @@ -52,6 +52,7 @@ 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_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)'} # mysql ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}