]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: Fix build when OPTION_POSIX_WIDE_CHAR_DEVICE_IO is not set
authorKhem Raj <raj.khem@gmail.com>
Tue, 24 Jul 2012 07:25:58 +0000 (00:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:39:49 +0000 (14:39 +0100)
commitf7a3121c0e4524f33f312f37d6a0bc952b219780
treef9902c046000c3c61ee3295bc4e313d14a5a18a0
parenteeb445ecbc651ad614a4fc492039bdad0747d45d
eglibc: Fix build when OPTION_POSIX_WIDE_CHAR_DEVICE_IO is not set

poky-tiny disables certain eglibc options which gives good excercise
for eglibc's componentized builds. This patch essentially updates the
GLRO patch to account for additions of GLRO(dl_debug_mask) and
converts them to GLRO_dl_debug_mask

Secondly adds a new patch where it was creating a undefined alias
because we were using INTUSE macro which got exposed when we
disable OPTION_POSIX_WIDE_CHAR_DEVICE_IO

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc-2.16/GLRO_dl_debug_mask.patch
meta/recipes-core/eglibc/eglibc-2.16/fileops-without-wchar-io.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc_2.16.bb