diff options
author | André Draszik <git@andred.net> | 2020-01-10 16:52:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 09:19:20 +0000 |
commit | a67d08fd63c0c655eb73d05d16bcdc06746fef96 (patch) | |
tree | d5f556675ded1b6958feb1c1c8ad4938f96e0450 | |
parent | 3f1455887ab3f9105d8077e184e48894411cb439 (diff) | |
download | poky-a67d08fd63c0c655eb73d05d16bcdc06746fef96.tar.gz |
site: linux supports unlink() of executing program
I.e. shared text that is being executed.
(From OE-Core rev: 1370742d20aaa1a17f3e242ea9bb54df944b6416)
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 59fb9e36a6..fcabdbd54a 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux | |||
@@ -49,6 +49,7 @@ hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes} | |||
49 | # coreutils | 49 | # coreutils |
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 | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} | 51 | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} |
52 | gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes} | ||
52 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} | 53 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} |
53 | 54 | ||
54 | # mysql | 55 | # mysql |