All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [CONSOLIDATED PULL 03/22] site/common-uclibc: Cache gl_cv_func_wcwidth_works
Date: Tue, 10 Jan 2012 10:18:02 -0800	[thread overview]
Message-ID: <4F0C80DA.8030904@linux.intel.com> (raw)
In-Reply-To: <CAMKF1sqa4Z3QTSoUG2g_SGHE164WiWchTZghrW-yM2Btgnst5A@mail.gmail.com>

On 01/10/2012 10:13 AM, Khem Raj wrote:
> please drop this patch. Its superseded by my pull request.
>
Looks like this got pulled, will there be a problem?

Sau!

> On Mon, Jan 9, 2012 at 9:53 PM, Saul Wold<sgw@linux.intel.com>  wrote:
>> From: Khem Raj<raj.khem@gmail.com>
>>
>> Its not computed properly during configure and
>> we configure uclibc with widechar support anyway
>> so its fine to cache it. It fixes the errors like
>>
>> | In file included from ./stdio.h:31:0,
>> |                  from fpurge.h:20,
>> |                  from fpurge.c:20:
>> | /home/kraj/work/angstrom/sources/openembedded-core/build/tmp-uclibc/sysroots/qemux86/usr/include/stdio.h:662:40: error: expected declaration specifiers or '...' before '(' token
>> | make[4]: *** [fpurge.o] Error 1
>>
>> Signed-off-by: Khem Raj<raj.khem@gmail.com>
>> ---
>>   meta/site/common-uclibc |    1 +
>>   1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
>> index 331c2a2..c2ad42d 100644
>> --- a/meta/site/common-uclibc
>> +++ b/meta/site/common-uclibc
>> @@ -21,6 +21,7 @@ ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
>>   glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
>>   glib_cv_long_long_format=${glib_cv_long_long_format=ll}
>>   glib_cv_have_qsort_r=${glib_cv_have_qsort_r=no}
>> +gl_cv_func_wcwidth_works=${gl_cv_func_wcwidth_works=yes}
>>
>>   #dbus-glib
>>   ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
>> --
>> 1.7.6.5
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



  reply	other threads:[~2012-01-10 18:25 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-10  5:53 [CONSOLIDATED PULL 00/22] Patches and Updates for M2 Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 01/22] libxxf86dga: fix compilation with x32 toolchain Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 02/22] add sysroot support for meta-ide-support which is the toolchain within build env case Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 03/22] site/common-uclibc: Cache gl_cv_func_wcwidth_works Saul Wold
2012-01-10 18:13   ` Khem Raj
2012-01-10 18:18     ` Saul Wold [this message]
2012-01-10 18:24       ` Khem Raj
2012-01-10  5:53 ` [CONSOLIDATED PULL 04/22] libiconv_1.14.bb: Fix build failure Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 05/22] libusb1: keep *.la in base_libdir Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 06/22] libusb-compat: " Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 07/22] Remove last remnants of kernel26 MACHINE_FEATURES Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 08/22] dbus: change permissions of dbus-daemon-launch-helper to 4755 Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 09/22] gtk-icon-cache.bbclass: add -f option to gtk-update-icon-cache in postinst Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 10/22] update-modules: don't run modutils.sh if systemd is installed Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 11/22] eglibc: Upgrade recipes 2.14 -> 2.15 Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 12/22] libxml2: add shared library version info to libxml shared libraries Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 13/22] autotools.bbclass: Introduce CACHED_CONFIGUREVARS Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 14/22] default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc Saul Wold
2012-01-10 11:01   ` Phil Blundell
2012-01-10 17:58     ` Richard Purdie
2012-01-10 18:10       ` Khem Raj
2012-01-10  5:54 ` [CONSOLIDATED PULL 15/22] uclibc: Configure UCLIBC_HAS_WCHAR based on libc-posix-clang-wchar distro feature Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 16/22] findutils: Use CACHED_CONFIGUREVARS to specify cached configure vars Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 17/22] util-linux: Enable fallocate and use CACHED_CONFIGUREVARS Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 18/22] util-linux: .pc files should go in the -dev packages for subpackages Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 19/22] kexec-tools: split packaging of kexec and kdump Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 20/22] task-core-tools: adapt to kexec-tools package split Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 21/22] distro_tracking: Update Manual Checks Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 22/22] distro_tracking_fields.inc: upgrade tcf-agent Saul Wold
2012-01-10 17:57 ` [CONSOLIDATED PULL 00/22] Patches and Updates for M2 Richard Purdie
2012-01-10 18:17   ` Phil Blundell
2012-01-10 18:53     ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F0C80DA.8030904@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.