* [PATCH] site: Add common-darwin
@ 2014-08-14 13:38 Richard Purdie
2014-08-14 13:42 ` Stefan Seefeld
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2014-08-14 13:38 UTC (permalink / raw)
To: openembedded-core
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}
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] site: Add common-darwin
2014-08-14 13:38 [PATCH] site: Add common-darwin Richard Purdie
@ 2014-08-14 13:42 ` Stefan Seefeld
2014-08-14 15:57 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Seefeld @ 2014-08-14 13:42 UTC (permalink / raw)
To: openembedded-core
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=..." ?
Stefan
--
Stefan Seefeld
CodeSourcery / Mentor Embedded
http://www.mentor.com/embedded-software/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] site: Add common-darwin
2014-08-14 13:42 ` Stefan Seefeld
@ 2014-08-14 15:57 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2014-08-14 15:57 UTC (permalink / raw)
To: Stefan Seefeld; +Cc: openembedded-core
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-14 15:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 13:38 [PATCH] site: Add common-darwin Richard Purdie
2014-08-14 13:42 ` Stefan Seefeld
2014-08-14 15:57 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox