<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/CHANGES, branch 2010.05_rc3</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.05_rc3</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.05_rc3'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-05-27T12:35:04Z</updated>
<entry>
<title>update for 2010.05-rc3</title>
<updated>2010-05-27T12:35:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-27T12:35:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bbd96dbaa73a8078d876b8882d2f89d271ab3448'/>
<id>urn:sha1:bbd96dbaa73a8078d876b8882d2f89d271ab3448</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>microperl: fix build with /bin/sh = dash</title>
<updated>2010-05-27T07:53:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-27T07:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=062cebb08fa9079b39f61144224de2ad2e2e56a6'/>
<id>urn:sha1:062cebb08fa9079b39f61144224de2ad2e2e56a6</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: #75 + #699 are now closed</title>
<updated>2010-05-26T22:49:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T22:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ca999e097bb8e65eb15083bd8e8814108d35616a'/>
<id>urn:sha1:ca999e097bb8e65eb15083bd8e8814108d35616a</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>iperf: override bool detection</title>
<updated>2010-05-26T21:50:11Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T21:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e13ac0ec8788092c6508636da94fe0198c18dffd'/>
<id>urn:sha1:e13ac0ec8788092c6508636da94fe0198c18dffd</id>
<content type='text'>
The configure script contains a buggy test for the bool datatype and
it's size. This is normally not a big deal as the result isn't used
for anything, but when BR2_CONFIG_CACHE (default) is used, the
wrong ac_cv_type_bool result is stored in the cache, and other packages
like libcurl DO need the bool type, so that breaks the build.

Fix it by presetting those tests to sane values.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>gst-plugins-base: make sure alsa-lib is detected if present</title>
<updated>2010-05-26T21:19:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T21:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=50685f1ce37be8bcd38b73ae3470516e9afb2033'/>
<id>urn:sha1:50685f1ce37be8bcd38b73ae3470516e9afb2033</id>
<content type='text'>
Make sure alsa-lib is built before gst-plugins-base if enabled, so
configure detects the presence of alsa and builds alsasink/src.

Reported-by: Phil Edworthy &lt;Phil.Edworthy@renesas.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>vsftpd: fix build without largefile support</title>
<updated>2010-05-26T21:00:18Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T21:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9d07fcd08e710beff30841b47db8b8772a9d3b7b'/>
<id>urn:sha1:9d07fcd08e710beff30841b47db8b8772a9d3b7b</id>
<content type='text'>
Fix lfs patch to include &lt;features.h&gt; before checking any of the
uClibc defines.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>valgrind: broken on ppc</title>
<updated>2010-05-26T20:48:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T20:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0346e90a8b611ecf62984eccf379a37262aeb7c6'/>
<id>urn:sha1:0346e90a8b611ecf62984eccf379a37262aeb7c6</id>
<content type='text'>
Valgrind 3.2.3 needs linux/a.out.h, which hasn't been exported on ppc
since 2.6.28.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs,squashfs3: needs LARGEFILE support in toolchain</title>
<updated>2010-05-26T20:17:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T20:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ec1bd9900a5f6eeb0646b79b310395c740dbf0c9'/>
<id>urn:sha1:ec1bd9900a5f6eeb0646b79b310395c740dbf0c9</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>olsr: needs IPv6 support in toolchain</title>
<updated>2010-05-26T12:14:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T12:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2f2a0294573bbb8e32ed14c6ba08bf89916adae8'/>
<id>urn:sha1:2f2a0294573bbb8e32ed14c6ba08bf89916adae8</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ntfsprogs: needs largefile support in toolchain</title>
<updated>2010-05-26T12:11:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T12:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=84b96ac17a0584944932ae5fc5ebea4c6cce27dc'/>
<id>urn:sha1:84b96ac17a0584944932ae5fc5ebea4c6cce27dc</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
