<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/xerces, branch 2011.05_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.05_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.05_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-03-02T10:56:03+00:00</updated>
<entry>
<title>xerces: add optional libcurl support</title>
<updated>2011-03-02T10:56:03+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-03-02T10:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=764d844fbc20721b7be0c3b9328cbe130079a0ef'/>
<id>urn:sha1:764d844fbc20721b7be0c3b9328cbe130079a0ef</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: bump version, convert to autotargets</title>
<updated>2011-03-02T10:45:29+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-03-02T07:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0eafc69b0aadba53a3784365532be530e28d2757'/>
<id>urn:sha1:0eafc69b0aadba53a3784365532be530e28d2757</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: disable parallel builds</title>
<updated>2011-02-28T16:18:16+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-28T15:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=910a54002b9734b00a04111841cc1f628fec0a04'/>
<id>urn:sha1:910a54002b9734b00a04111841cc1f628fec0a04</id>
<content type='text'>
The build system has a race condition causing build failure with high
BR2_JLEVEL values, so ensure make -j1 is used.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: needs wchar support in toolchain</title>
<updated>2011-02-27T21:25:58+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-27T21:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b89f403e0b076d40ee1fc48e42c7df02c4c24c73'/>
<id>urn:sha1:b89f403e0b076d40ee1fc48e42c7df02c4c24c73</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: only add -liconv when locale are disabled</title>
<updated>2010-07-29T20:18:58+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T20:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e7584697f24d0bc6fc660703d97a38598cb76690'/>
<id>urn:sha1:e7584697f24d0bc6fc660703d97a38598cb76690</id>
<content type='text'>
The iconv library can only be present when locale are disabled in the
toolchain. When locale are enabled in the toolchain, iconv is directly
implemented by the C library.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xerces: fix download location</title>
<updated>2010-07-29T20:18:58+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T19:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=96451c62fa97815b5f4f3fcc8b9765d021b6011f'/>
<id>urn:sha1:96451c62fa97815b5f4f3fcc8b9765d021b6011f</id>
<content type='text'>
apache.jumper.nu does not work anymore, so use archive.apache.org
instead.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xerces: fix dependency on iconv</title>
<updated>2010-07-29T14:04:38+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T07:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=aad29b55a8851dec26399e37f2b87c0b38c98fc3'/>
<id>urn:sha1:aad29b55a8851dec26399e37f2b87c0b38c98fc3</id>
<content type='text'>
All "select BR2_PACKAGE_LIBICONV" must use the "if !BR2_ENABLE_LOCALE"
condition, otherwise we can end up with a toolchain suppoting locales
*and* the libiconv package being compiled, which confuses other
packages. Example with glib:

gconvert.c:52:2: error: #error GNU libiconv in use but included
iconv.h not from libiconv

In addition to that, in xerces.mk, we add the dependency on libiconv
when it is available, to make sure it gets compiled before xerces.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package: Remove unnecessary dependencies on uclibc.</title>
<updated>2009-09-03T18:22:38+00:00</updated>
<author>
<name>Will Newton</name>
<email>will.newton@gmail.com</email>
</author>
<published>2009-09-02T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=422ce6536b6d45e4632d526ae04c6af0bd36e80a'/>
<id>urn:sha1:422ce6536b6d45e4632d526ae04c6af0bd36e80a</id>
<content type='text'>
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.

Signed-off-by: Will Newton &lt;will.newton@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: bump version</title>
<updated>2009-03-05T19:25:17+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T19:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0ad54b6cf4ab8a93f1a0e47c92207fe52468065f'/>
<id>urn:sha1:0ad54b6cf4ab8a93f1a0e47c92207fe52468065f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xerces: needs C++ support in toolchain</title>
<updated>2009-03-05T19:25:13+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T19:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=486c225f0093472ea58c049da5b7bfdce9fb72e9'/>
<id>urn:sha1:486c225f0093472ea58c049da5b7bfdce9fb72e9</id>
<content type='text'>
</content>
</entry>
</feed>
