[oe-commits] Tom Rini : conf/distro/include/{eglibc, glibc, uclibc}.inc: Change OVERRIDES to libc-foo

GIT User account git at amethyst.openembedded.net
Mon May 11 16:28:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2d48a3254fb87626025ea4aff2e81ca5bde82082
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2d48a3254fb87626025ea4aff2e81ca5bde82082

Author: Tom Rini <trini at embeddedalley.com>
Date:   Mon May 11 09:22:19 2009 -0700

conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-foo

Suggested by Koen, Richard and Graeme

Signed-off-by: Tom Rini <trini at embeddedalley.com>

---

 conf/distro/include/eglibc.inc |    2 +-
 conf/distro/include/glibc.inc  |    2 +-
 conf/distro/include/uclibc.inc |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/eglibc.inc b/conf/distro/include/eglibc.inc
index ed3e0ec..0d2087e 100644
--- a/conf/distro/include/eglibc.inc
+++ b/conf/distro/include/eglibc.inc
@@ -1,5 +1,5 @@
 # Add glibc overrides to the overrides for eglibc.
-OVERRIDES .= ":glibc"
+OVERRIDES .= ":libc-glibc"
 
 # The things eglibc can provide.  We default to wanting eglibc to provide them.
 PREFERRED_PROVIDER_virtual/libiconv ?= "eglibc"
diff --git a/conf/distro/include/glibc.inc b/conf/distro/include/glibc.inc
index 5499dc1..f9140ff 100644
--- a/conf/distro/include/glibc.inc
+++ b/conf/distro/include/glibc.inc
@@ -1,5 +1,5 @@
 # Add glibc to the overrides.
-#OVERRIDES .= ":glibc"
+OVERRIDES .= ":libc-glibc"
 
 # The things glibc can provide.  We default to wanting glibc to provide them.
 PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
diff --git a/conf/distro/include/uclibc.inc b/conf/distro/include/uclibc.inc
index 979b7f1..ee18fc8 100644
--- a/conf/distro/include/uclibc.inc
+++ b/conf/distro/include/uclibc.inc
@@ -1,5 +1,5 @@
 # Add uclibc overrides to the overrides.
-OVERRIDES .= ":uclibc"
+OVERRIDES .= ":libc-uclibc"
 
 # The things uclibc can provide.  We default to wanting uclibc to provide them.
 PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"





More information about the Openembedded-commits mailing list