From: Richard Purdie Date: Thu, 14 Aug 2014 13:38:26 +0000 (+0100) Subject: site: Add common-darwin X-Git-Tag: 2015-4~1969 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7;p=openembedded-core.git 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 --- 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}