From patchwork Tue Feb 7 22:45:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,23/35] Enable options needed for ltp to compile Date: Tue, 07 Feb 2012 22:45:43 -0000 From: Saul Wold X-Patchwork-Id: 20973 Message-Id: <22309029a9599b8f947c1fca664760123c325885.1328654424.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro index 3948d1a..c33bf8e 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