aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-09-09 08:55:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-09 08:55:16 +0000
commit3f43921894a06fbfa8082a009f8ff2523209752f (patch)
tree18fbcc0e15ea73e6004bea921b2314961e9f5185 /conf
parent575bb3520e018b79113f2125a9bc90eb94c653f3 (diff)
downloadopenembedded-3f43921894a06fbfa8082a009f8ff2523209752f.tar.gz
conf/distro/openzaurus-3.5.4.conf: select glibc as provider for iconv and intl
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openzaurus-3.5.4.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf
index 88822c103d..9ca0f6a572 100644
--- a/conf/distro/openzaurus-3.5.4.conf
+++ b/conf/distro/openzaurus-3.5.4.conf
@@ -30,6 +30,11 @@ KERNEL_CONSOLE = "ttyS0"
PREFERRED_VERSION_gcc-cross ?= "3.4.4"
PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
+#fix some iconv issues, needs to be adjusted when doing uclibc builds
+PREFERRED_PROVIDER_virtual/libiconv=glibc
+PREFERRED_PROVIDER_virtual/libintl=glibc
+
+
#
# Base
#