diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-14 14:38:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:47 +0100 |
commit | 57bdeec4cf1fbba79325b2c02afaac061a8190a9 (patch) | |
tree | ec1e3680ebd4baa1589971cf70d6391f561a620b /meta/site | |
parent | fa3df0eabefdc8841382b058973979cb84cf2bbc (diff) | |
download | poky-57bdeec4cf1fbba79325b2c02afaac061a8190a9.tar.gz |
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>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/common-darwin | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
2 | ac_cv_func_posix_getpwgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||