[OE-core] [PATCH] site: Add common-darwin

Richard Purdie richard.purdie at linuxfoundation.org
Thu Aug 14 15:57:03 UTC 2014


On Thu, 2014-08-14 at 09:42 -0400, Stefan Seefeld wrote:
> On 08/14/2014 09:38 AM, Richard Purdie wrote:
> > 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.
> > 
> > diff --git a/meta/site/common-darwin b/meta/site/common-darwin
> > new file mode 100644
> > index 0000000..604c04b
> > --- /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_getpwuid_r=${ac_cv_func_posix_getgrgid_r=yes}
> 
> This looks like a typo. Shouldn't the second line start with
> "ac_cv_func_posix_getgrgid_r=..." ?

That is a typo, thanks. Fixed in the version queued in master-next.

Cheers,

Richard




More information about the Openembedded-core mailing list