From 713ba5f078eedf4c17b74cb4c06d3b418e60ba37 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 29 Aug 2009 15:15:36 +0000 Subject: [PATCH] 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 Acked-by: Leon Woestenberg Acked-by: Henning Heinold --- conf/distro/micro.conf | 3 +-- 1 file changed, 1 insertion(+), 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 #@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 -- 2.39.5