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 08:46:40 +0100 |
commit | 8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7 (patch) | |
tree | 190d831ebea50baffe89393b8d683e00d8a8c867 /meta/site | |
parent | ba37c147e82e6466030cf40a9e86442ac7592185 (diff) | |
download | openembedded-core-8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7.tar.gz openembedded-core-8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7.tar.bz2 openembedded-core-8c2ade6f48dcc522c68f798286d1c43bd2c1c8e7.zip |
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 <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 @@ +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} |