[oe-commits] Richard Purdie : site: Add common-darwin

git at git.openembedded.org git at git.openembedded.org
Fri Aug 15 07:44:34 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f1f5c863b8bbb0fc08eb76fb7880facf0fa43a49
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f1f5c863b8bbb0fc08eb76fb7880facf0fa43a49

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Aug 14 14:38:26 2014 +0100

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 at linuxfoundation.org>

---

 meta/site/common-darwin | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/site/common-darwin b/meta/site/common-darwin
new file mode 100644
index 0000000..c93359c
--- /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}



More information about the Openembedded-commits mailing list