From 8c48ab6183934fd32600997cc33e0cd3bf63139b Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 9 Apr 2012 15:15:01 -0700 Subject: poky-tiny.conf: adjust eglibc options for poky-tiny Avoid errors for building meta-toolchain for poky-tiny This Fixes Bug: [YOCTO #2259] Signed-off-by: Nitin A Kamble --- meta-yocto/conf/distro/poky-tiny.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 395c6fbbed..58d64ece35 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf @@ -63,6 +63,12 @@ ASSUME_PROVIDED += "pkgconfig$" # Reconfigure eglibc for a smaller installation # Comment out any of the lines below to disable them in the build DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" +# for gettext +DISTRO_FEATURES_LIBC_TINY += "libc-posix-clang-wchar" +# for m4 +DISTRO_FEATURES_LIBC_TINY += "libc-spawn libc-locale-code" +# for elfutils +DISTRO_FEATURES_LIBC_TINY += "libc-ftraverse" # Required for "who" DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" -- cgit v1.2.3-54-g00ecf