<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/site/common-uclibc, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2012-01-10T18:32:16Z</updated>
<entry>
<title>Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works"</title>
<updated>2012-01-10T18:32:16Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-01-10T18:32:16Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=9b944ae2f0e4dbac5a8f1f235f60730e56b26516'/>
<id>urn:sha1:9b944ae2f0e4dbac5a8f1f235f60730e56b26516</id>
<content type='text'>
This reverts commit a471d342424502de48f28c4f8297d490f2cd1443.
</content>
</entry>
<entry>
<title>site/common-uclibc: Cache gl_cv_func_wcwidth_works</title>
<updated>2012-01-10T05:51:49Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-01-09T04:39:29Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=a471d342424502de48f28c4f8297d490f2cd1443'/>
<id>urn:sha1:a471d342424502de48f28c4f8297d490f2cd1443</id>
<content type='text'>
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 &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>glib-2.0: fix qsort_t testing for uclibc</title>
<updated>2011-11-18T12:25:46Z</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2011-11-18T11:59:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=812342e44e9e361a0fa93cfcfe65cf4dd6f2fb57'/>
<id>urn:sha1:812342e44e9e361a0fa93cfcfe65cf4dd6f2fb57</id>
<content type='text'>
* instead of disabling the configure test and set it always true
  use the site files to set it true for glibc/eglibc and false
  for uclibc
* remove the patch
' tested only for uclibc
* bump PR

Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Give coreutils a chance to build the df utility</title>
<updated>2011-10-27T07:34:45Z</updated>
<author>
<name>Julian Pidancet</name>
<email>julian.pidancet@gmail.com</email>
</author>
<published>2011-10-26T21:41:23Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=fa1eb21933a880aa20e4ca87574753b1ec272c3b'/>
<id>urn:sha1:fa1eb21933a880aa20e4ca87574753b1ec272c3b</id>
<content type='text'>
The coreutils configure script is unable determine how to get free
space from the Operating System when cross-compiling.
This changes caches the result of the "statfs2_bsize" test for the
coreutils configure script.
Both glibc and uclibc defines statfs as a two-argument function
and uses a struct statfs containing a f_bsize field. That's why
the fu_cv_sys_stat_statfs2_bsize variable has to be defined for
both libcs.

Signed-off-by: Julian Pidancet &lt;julian.pidancet@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc</title>
<updated>2011-08-04T14:04:07Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-27T18:33:38Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=372795274267cff164ccdc9b8d44e5dc580ae5ad'/>
<id>urn:sha1:372795274267cff164ccdc9b8d44e5dc580ae5ad</id>
<content type='text'>
This comes from oe.dev and while at this, drop from powerpc-linux as the
common-libc files set them.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy</title>
<updated>2011-08-04T14:04:07Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-27T18:08:15Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=a54a803ed89969c2416bfa9d911fe4cf558e2391'/>
<id>urn:sha1:a54a803ed89969c2416bfa9d911fe4cf558e2391</id>
<content type='text'>
Providing va_copy / __va_copy come down to the libc.  va_val_copy
comes down to the architecture.  Unfortunately it's assumed true
if not set, so we need to make sure to set this to false for
x86_64 where it is not true.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>Various siteinfo files: Consolidate ac_cv_func_getaddrinfo</title>
<updated>2011-08-04T14:04:06Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-26T23:23:01Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=bca50524921a870bf774e23973a834f20701f146'/>
<id>urn:sha1:bca50524921a870bf774e23973a834f20701f146</id>
<content type='text'>
This is a libc feature, move there.  Drop the ipsec-tools specific
test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't
support buggy getaddrinfo now.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libc</title>
<updated>2011-07-27T10:54:52Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-22T00:17:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=9226635ab28b5ca44ec04931d27c5c3313d56e61'/>
<id>urn:sha1:9226635ab28b5ca44ec04931d27c5c3313d56e61</id>
<content type='text'>
These functions are determined by the C library so move them to common-glibc
and common-uclibc

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move general realloc/malloc values to common-$libc</title>
<updated>2011-07-27T10:54:52Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-14T19:59:11Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=cab512d7ee50fb55b9412c0e1a52a589de09e0a7'/>
<id>urn:sha1:cab512d7ee50fb55b9412c0e1a52a589de09e0a7</id>
<content type='text'>
These are tests for glibc behavior which we have enabled in uclibc.
Note that if we ever disable MALLOC_GLIBC_COMPAT the uclibc tests
will need to be changed (but I believe this would also entail massive
patching to the rest of userspace so this should be unlikely).

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>site/common-uclibc: Add some extra entries</title>
<updated>2008-06-26T20:23:14Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2008-06-26T20:23:14Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=1308e6ec521f20d024c5b1a512117f366391b60e'/>
<id>urn:sha1:1308e6ec521f20d024c5b1a512117f366391b60e</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4737 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
