From: Nitin A Kamble Date: Mon, 9 Apr 2012 22:15:01 +0000 (-0700) Subject: poky-tiny.conf: adjust eglibc options for poky-tiny X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=613110938a2958c8a5ad157ba7068fae2709ea2a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 395c6fbbed9..58d64ece353 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"