diff options
| author | André Draszik <git@andred.net> | 2020-01-10 16:52:58 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 09:19:20 +0000 |
| commit | 644c19059c9cda61007be7a4bd2a993216e66e52 (patch) | |
| tree | 1a61e7a5afdf82d8285b781cdcc735a7fce25a54 /meta | |
| parent | 56c6dde17b9ba560866e484f4b91852aaabeff4f (diff) | |
| download | poky-644c19059c9cda61007be7a4bd2a993216e66e52.tar.gz | |
site: on linux, pipes are fifos with max link count of 1
(From OE-Core rev: 13aa567ac1c2c5232378bb9de0bb4ccf04f8c2ac)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 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} | |||
| 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_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes} | 53 | 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} | 54 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} |
| 55 | gl_cv_pipes_are_fifos=${gl_cv_pipes_are_fifos='yes (1)'} | ||
| 55 | 56 | ||
| 56 | # mysql | 57 | # mysql |
| 57 | ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} | 58 | ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} |
