<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package, branch 2009.08</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-08-31T20:11:36Z</updated>
<entry>
<title>util-linux: use := instead of = to stop recursion</title>
<updated>2009-08-31T20:11:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-31T20:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=49c47f55a87a5b7bcc688afce07348608ecce454'/>
<id>urn:sha1:49c47f55a87a5b7bcc688afce07348608ecce454</id>
<content type='text'>
Unbreaks util-linux together with busybox

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ctorrent: build with ssl support if available</title>
<updated>2009-08-31T05:23:59Z</updated>
<author>
<name>Kelvin Cheung</name>
<email>keguang.zhang@gmail.com</email>
</author>
<published>2009-08-31T05:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cc8a9175980d6f58d3c60071a6e9d64cf9485bda'/>
<id>urn:sha1:cc8a9175980d6f58d3c60071a6e9d64cf9485bda</id>
<content type='text'>
Closes #557

Build with openssl support if that is enabled.

Signed-off-by: Kelvin Cheung &lt;keguang.zhang@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>util-linux: fix build with locale in toolchain</title>
<updated>2009-08-30T20:08:21Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-30T20:01:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=014df317d47c17c8b98518bfd5062390ff35e5cf'/>
<id>urn:sha1:014df317d47c17c8b98518bfd5062390ff35e5cf</id>
<content type='text'>
Closes #529.

util-linux needs to link with libintl when locale support is available /
requested in the toolchain, similar to how it is done for avahi.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>util-linux: fix libblkid detection</title>
<updated>2009-08-30T19:59:55Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-30T19:59:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=621e8726f927642359adec4b0916ca5c8c9fec22'/>
<id>urn:sha1:621e8726f927642359adec4b0916ca5c8c9fec22</id>
<content type='text'>
We don't have libblkid in BR, so make sure the configure script doesn't
detect it if it is installed on the host.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: fix remaining references to SDL_net instead of sdl_net</title>
<updated>2009-08-29T15:21:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-29T15:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8ed829a179176bcfc0f74d46e19a74ad2cf2d8ad'/>
<id>urn:sha1:8ed829a179176bcfc0f74d46e19a74ad2cf2d8ad</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sdl_net: use sdl_net instead of SDL_net as make target</title>
<updated>2009-08-28T13:30:51Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-28T13:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=688c388ce765984af224155feb465edbb02468d0'/>
<id>urn:sha1:688c388ce765984af224155feb465edbb02468d0</id>
<content type='text'>
As suggested by Julien Boibessot &lt;julien.boibessot@free.fr&gt;.

The other SDL extensions use sdl_xx, and not SDL_xx, so rename sdl_net
to match.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/Makefile.in: use := for INSTALL</title>
<updated>2009-08-26T07:52:51Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-26T07:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=717aaab9e8ced5ee4dd2a2c9cf4af9dcc94d353a'/>
<id>urn:sha1:717aaab9e8ced5ee4dd2a2c9cf4af9dcc94d353a</id>
<content type='text'>
So it doesn't get reevaluated every time and for consistency with FLEX/BISON.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: also enable ipv6 support in ifupdown if ipv6 support is enabled</title>
<updated>2009-08-24T21:27:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-24T21:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4ae691ecb960f79968df454cba0dab04bf1dba9d'/>
<id>urn:sha1:4ae691ecb960f79968df454cba0dab04bf1dba9d</id>
<content type='text'>
Reported by: Chris Smith &lt;chris.smith@tandberg.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'alsa-utils-fix' into for-2009.08</title>
<updated>2009-08-19T22:10:26Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-19T22:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8bc2fbe6dc7dc1e27f0640799643b17fe771814b'/>
<id>urn:sha1:8bc2fbe6dc7dc1e27f0640799643b17fe771814b</id>
<content type='text'>
Conflicts:
	CHANGES
</content>
</entry>
<entry>
<title>alsa-utils: fix build for x86 on x86-64</title>
<updated>2009-08-19T22:07:27Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-19T22:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1'/>
<id>urn:sha1:350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1</id>
<content type='text'>
alsa-utils included two ugly patches for ARM and AVR32 to fix build
issues encountered with ncurses. In fact these build issues were
caused by the fact that alsa-utils was using ncurses5-config of the
host instead of the one installed in $(STAGING_DIR).

Therefore, these two patches are removed, and we instead pass
ac_cv_prog_ncurses5_config to the ./configure script.

This commit solves bug #569, reported by Simon Pasch, who also
contributed this fix.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
