All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky-{glibc,uclibc}.inc: Add libc-foo OVERRIDES
@ 2011-01-28 19:28 Tom Rini
  2011-01-31 16:31 ` [PATCH] poky-{glibc, uclibc}.inc: " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2011-01-28 19:28 UTC (permalink / raw)
  To: poky

This brings things back in sync with OpenEmbedded and will
help with recipe porting.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/conf/distro/include/poky-glibc.inc  |    3 +++
 meta/conf/distro/include/poky-uclibc.inc |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/conf/distro/include/poky-glibc.inc b/meta/conf/distro/include/poky-glibc.inc
index 35c6fc1..4be7122 100644
--- a/meta/conf/distro/include/poky-glibc.inc
+++ b/meta/conf/distro/include/poky-glibc.inc
@@ -2,6 +2,9 @@
 # glibc specific configuration
 #
 
+# Add glibc to the overrides.
+OVERRIDES =. "libc-glibc:"
+
 #glibc
 PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
 PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
diff --git a/meta/conf/distro/include/poky-uclibc.inc b/meta/conf/distro/include/poky-uclibc.inc
index edbcc4a..def9dfe 100644
--- a/meta/conf/distro/include/poky-uclibc.inc
+++ b/meta/conf/distro/include/poky-uclibc.inc
@@ -2,6 +2,9 @@
 # uclibc specific configuration
 #
 
+# Add uclibc overrides to the overrides.
+OVERRIDES =. "libc-uclibc:"
+
 PREFERRED_PROVIDER_virtual/libc = "uclibc"
 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "uclibc"
 PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] poky-{glibc, uclibc}.inc: Add libc-foo OVERRIDES
  2011-01-28 19:28 [PATCH] poky-{glibc,uclibc}.inc: Add libc-foo OVERRIDES Tom Rini
@ 2011-01-31 16:31 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-01-31 16:31 UTC (permalink / raw)
  To: Tom Rini; +Cc: poky

On Fri, 2011-01-28 at 12:28 -0700, Tom Rini wrote:
> This brings things back in sync with OpenEmbedded and will
> help with recipe porting.
> 
> Signed-off-by: Tom Rini <tom_rini@mentor.com>

Merged to master, thanks.

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-31 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-28 19:28 [PATCH] poky-{glibc,uclibc}.inc: Add libc-foo OVERRIDES Tom Rini
2011-01-31 16:31 ` [PATCH] poky-{glibc, uclibc}.inc: " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.