From: Khem Raj Date: Sat, 21 Jan 2012 01:19:12 +0000 (-0800) Subject: Enable options needed for ltp to compile X-Git-Tag: 2015-4~11800 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=22309029a9599b8f947c1fca664760123c325885;p=openembedded-core.git Enable options needed for ltp to compile Signed-off-by: Khem Raj --- diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro index 3948d1a071..c33bf8e7c4 100644 --- a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro +++ b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro @@ -183,3 +183,8 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_UTMPX=y UCLIBC_LINUX_MODULE_26=y UCLIBC_HAS_RESOLVER_SUPPORT=y +# needed for LTP +UCLIBC_SUSV4_LEGACY=y +UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y +DO_XSI_MATH=y +UCLIBC_SV4_DEPRECATED=y