summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2020-01-10 16:52:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-11 09:17:20 +0000
commit13aa567ac1c2c5232378bb9de0bb4ccf04f8c2ac (patch)
tree4aecdc4db78810851a39c6b750947ada4fb3c659 /meta/site
parenta60ca6048cc3a4fef862b128a842c70ac0cd2253 (diff)
downloadopenembedded-core-13aa567ac1c2c5232378bb9de0bb4ccf04f8c2ac.tar.gz
site: on linux, pipes are fifos with max link count of 1
Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-linux1
1 files changed, 1 insertions, 0 deletions
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}