<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/icu, branch 2011.08_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.08_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-03-17T08:15:02Z</updated>
<entry>
<title>icu: fix parallel builds</title>
<updated>2011-03-17T08:15:02Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-03-17T08:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5a8c7934bd704e7ff1f39b6c0c0f8e1b541f87d1'/>
<id>urn:sha1:5a8c7934bd704e7ff1f39b6c0c0f8e1b541f87d1</id>
<content type='text'>
The icu build system seems to have a race condition, which gets triggered
by high BR2_JLEVEL settings, so disable parallel builds.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>icu: tweak icu-config exec_prefix output</title>
<updated>2011-02-24T19:54:29Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-02-24T11:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6dc2737d9a68d48ad31e74120b0adc7ab423ba31'/>
<id>urn:sha1:6dc2737d9a68d48ad31e74120b0adc7ab423ba31</id>
<content type='text'>
Closes #3259

We need to tweak icu-config's exec_prefix too, otherwise if the host
system lacks icu the build fails when looking for the libraries in
/usr/lib rather than the staging directory.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>icu: convert to autotargets and bump to version 4.4.2</title>
<updated>2010-12-22T22:45:17Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-12-22T12:04:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=84241e949901b2e014c92ad55303de7796820bc2'/>
<id>urn:sha1:84241e949901b2e014c92ad55303de7796820bc2</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>icu: add quotes around TARGET_CXX</title>
<updated>2010-07-27T20:48:13Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-19T07:55:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8a1468be5b0c6638ce6da8b41ae3a6c3ca788575'/>
<id>urn:sha1:8a1468be5b0c6638ce6da8b41ae3a6c3ca788575</id>
<content type='text'>
Now that TARGET_CXX contains a --sysroot= option and therefore spaces,
it needs to be used with quotes.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>icu: fix build with gcc &gt;= 4.4 / JLEVEL &gt; 1</title>
<updated>2010-05-23T21:32:49Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-23T21:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=da86b5aceeb2564d10f337e7c7fec01dafa4ad3f'/>
<id>urn:sha1:da86b5aceeb2564d10f337e7c7fec01dafa4ad3f</id>
<content type='text'>
Fix two issues with the icu build:
- icu source contains an #elif without any arguments, which g++ &gt;= 4.4
  flags as an error. This is both an issue for target and host build,
  so restructure the .mk so any *both*patch is applied to both builds
  (the other patches would cause trouble with host builds)
- icu build system isn't parallel make safe, use MAKE1

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: silence ./configure step when building with 'make -s'</title>
<updated>2009-10-01T19:24:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-01T19:24:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3fdf0bffb87c81f6abf70e64e5b9239431d79ee2'/>
<id>urn:sha1:3fdf0bffb87c81f6abf70e64e5b9239431d79ee2</id>
<content type='text'>
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: Remove unnecessary dependencies on uclibc.</title>
<updated>2009-09-03T18:22:38Z</updated>
<author>
<name>Will Newton</name>
<email>will.newton@gmail.com</email>
</author>
<published>2009-09-02T15:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/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>icu: needs wchar support in toolchain as well</title>
<updated>2009-01-27T15:02:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-27T15:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b84a6adc283445850f8ca3ebc62f43c9522a6d60'/>
<id>urn:sha1:b84a6adc283445850f8ca3ebc62f43c9522a6d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>icu: add project url to help text</title>
<updated>2009-01-27T15:02:25Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-27T15:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ad9402dba5b093b7131ea4faae020814f4fe01dd'/>
<id>urn:sha1:ad9402dba5b093b7131ea4faae020814f4fe01dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>icu: needs C++ support in toolchain</title>
<updated>2009-01-27T15:02:22Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-27T15:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c0fd0f62f973769aa785077b6ea68cccf43e83f9'/>
<id>urn:sha1:c0fd0f62f973769aa785077b6ea68cccf43e83f9</id>
<content type='text'>
</content>
</entry>
</feed>
