diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-29 15:15:36 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-30 15:59:58 -0700 |
commit | 713ba5f078eedf4c17b74cb4c06d3b418e60ba37 (patch) | |
tree | 649c849d74713e7f5de13469ad676159c6f8ef45 | |
parent | 456e4cd0498ea81f176c463a43ee164bf5fa8bcf (diff) |
micro.conf: Remove PREFERRED_PROVIDER_virtual/libintl
This is set appropriately in toolchain configuration.
It gives a possibility to cleanly override LIBC
say to eglibc or glibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
-rw-r--r-- | conf/distro/micro.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 861f7ef886..2d45425290 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -1,7 +1,7 @@ ############################################################################# #@TYPE: Distribution #@NAME: Micro -#@DESCRIPTION: Micro Linux Distribution (glibc based) +#@DESCRIPTION: Micro Linux Distribution (eglibc based) #@MAINTAINER: Martin Lund <mgl@doredevelopment.dk> #@COMMENT: This distribution configuration defines a truely tiny OE Linux #@COMMENT: distribution. The matching buildable image target (micro-image) @@ -79,7 +79,6 @@ ${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" # PREFERRED PROVIDERS ############################################################################# PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" -PREFERRED_PROVIDER_virtual/libintl = "glibc" ############################################################################# # PREFERRED VERSIONS |