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.

(From OE-Core rev: 8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-08-14 14:38:26 +01:00
parent fa3df0eabe
commit 57bdeec4cf
1 changed files with 2 additions and 0 deletions

2
meta/site/common-darwin Normal file
View File

@ -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}