summaryrefslogtreecommitdiff
path: root/conf/distro/include/glibc.inc
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-05-11 09:22:19 -0700
committerTom Rini <trini@embeddedalley.com>2009-05-11 09:22:19 -0700
commit2d48a3254fb87626025ea4aff2e81ca5bde82082 (patch)
tree4888b4b642acf2e760770098026d88629c74e4f6 /conf/distro/include/glibc.inc
parent5c64cca0c46fd5a7946469e4f227d561b2eae8be (diff)
conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-foo
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'conf/distro/include/glibc.inc')
-rw-r--r--conf/distro/include/glibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/glibc.inc b/conf/distro/include/glibc.inc
index 5499dc1d39..f9140ffa43 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"