From 8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 14 Aug 2014 14:38:26 +0100 Subject: site: Add common-darwin We need this to ensure there are some correct values when building with meta-darwin. This matches the addition of a common-mingw site file in the core. Signed-off-by: Richard Purdie --- meta/site/common-darwin | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/site/common-darwin (limited to 'meta/site') diff --git a/meta/site/common-darwin b/meta/site/common-darwin new file mode 100644 index 0000000000..c93359c7c2 --- /dev/null +++ b/meta/site/common-darwin @@ -0,0 +1,2 @@ +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} +ac_cv_func_posix_getpwgid_r=${ac_cv_func_posix_getgrgid_r=yes} -- cgit 1.2.3-korg