From 1370742d20aaa1a17f3e242ea9bb54df944b6416 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 10 Jan 2020 16:52:51 +0000 Subject: site: linux supports unlink() of executing program MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I.e. shared text that is being executed. Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- meta/site/common-linux | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/site') 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} # coreutils ac_cv_func_chown_works=${ac_cv_func_chown_works=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} # mysql -- cgit 1.2.3-korg