[oe-commits] Khem Raj : micro.conf: Remove PREFERRED_PROVIDER_virtual/libintl

git version control git at git.openembedded.org
Sun Aug 30 23:01:37 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Aug 29 15:15:36 2009 +0000

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 at gmail.com>
Acked-by: Leon Woestenberg <leon at sidebranch.com>
Acked-by: Henning Heinold <heinold at inf.fu-berlin.de>

---

 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 861f7ef..2d45425 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 at 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





More information about the Openembedded-commits mailing list