From: Richard Purdie Date: Thu, 14 Aug 2014 13:38:26 +0000 (+0100) Subject: site: Add common-darwin X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32806 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 00000000000..c93359c7c25 --- /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}