conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-foo
authorTom Rini <trini@embeddedalley.com>
Mon, 11 May 2009 16:22:19 +0000 (09:22 -0700)
committerTom Rini <trini@embeddedalley.com>
Mon, 11 May 2009 16:22:19 +0000 (09:22 -0700)
Suggested by Koen, Richard and Graeme

Signed-off-by: Tom Rini <trini@embeddedalley.com>
conf/distro/include/eglibc.inc
conf/distro/include/glibc.inc
conf/distro/include/uclibc.inc

index ed3e0ec..0d2087e 100644 (file)
@@ -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"
index 5499dc1..f9140ff 100644 (file)
@@ -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"
index 979b7f1..ee18fc8 100644 (file)
@@ -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"