<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git, branch 2010.05_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.05_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.05_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-05-11T19:15:07Z</updated>
<entry>
<title>update for 2010.05-rc2</title>
<updated>2010-05-11T19:15:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-11T19:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6d1ab151cb4a14a6ca29e692de26fefd2f453d0a'/>
<id>urn:sha1:6d1ab151cb4a14a6ca29e692de26fefd2f453d0a</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: add updated packages from Thomas' build-fixes branch</title>
<updated>2010-05-11T07:13:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-11T07:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=49ce10cb3c7de1f6b1e1eafa075fb631a08941cf'/>
<id>urn:sha1:49ce10cb3c7de1f6b1e1eafa075fb631a08941cf</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'build-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2010-05-11T07:10:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-11T07:10:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=77e2dfffae077cb14bb4f70136a0c39b687d2150'/>
<id>urn:sha1:77e2dfffae077cb14bb4f70136a0c39b687d2150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libnl: include limits.h to fix build failure</title>
<updated>2010-05-11T07:02:07Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-10T21:39:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c488481e9caf7717f50d89b952a27cbcc6343639'/>
<id>urn:sha1:c488481e9caf7717f50d89b952a27cbcc6343639</id>
<content type='text'>
Fixes the ULONG_MAX definition problem:

In file included from cache.c:43:
../include/netlink-local.h: In function '__str2type':../include/netlink-local.h:218: error: 'ULONG_MAX' undeclared (first use in this function)

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>netplug: disable -Werror to fix build failure</title>
<updated>2010-05-11T06:59:02Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-10T21:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c554cc2a2e62e4c383a20270b34a8d9b933ca6f0'/>
<id>urn:sha1:c554cc2a2e62e4c383a20270b34a8d9b933ca6f0</id>
<content type='text'>
netplug uses nested functions, and gcc generates a warning that
is turned into an error:

cc1: warnings being treated as errors
if_info.c: In function 'ifsm_scriptdone':
if_info.c:289: error: generating trampoline in object (requires executable stack)

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>less: depends on curses</title>
<updated>2010-05-11T06:57:49Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-10T21:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5b9384337a6600f36f2be94a9310c1642aee54ef'/>
<id>urn:sha1:5b9384337a6600f36f2be94a9310c1642aee54ef</id>
<content type='text'>
The less package already selects BR2_PACKAGE_CURSES, but it fails to
depend on it in the makefile. Therefore, there are cases where less
gets built before curses, and the build fails:

checking for working terminal libraries... Cannot find terminal libraries - configure failed

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>hostapd: use internal crypto library</title>
<updated>2010-05-11T06:57:09Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-10T21:39:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=de73cdf478dd5ad8a7ea5623673144701dd9767c'/>
<id>urn:sha1:de73cdf478dd5ad8a7ea5623673144701dd9767c</id>
<content type='text'>
When OpenSSL is not enabled, hostapd relies on an internal
library. However, this library must be enabled, otherwise the
compilation of hostapd fails with:

/home/test/ctng-arm-eglibc/bin/../lib/gcc/arm-unknown-linux-gnueabi/4.3.4/../../../../arm-unknown-linux-gnueabi/bin/ld: cannot find -ltommath

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xvkbd: bump version</title>
<updated>2010-05-11T06:53:32Z</updated>
<author>
<name>Paul Jones</name>
<email>Paul.Jones@iwtech.com.au</email>
</author>
<published>2010-05-10T05:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=18f72f97309b83f1d3c43115b83a79743602ebd2'/>
<id>urn:sha1:18f72f97309b83f1d3c43115b83a79743602ebd2</id>
<content type='text'>
And fix dependencies while we're at it.

Signed-off-by: Paul Jones &lt;paul@pauljones.id.au&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>shared-mime-info: missing dependency on host-intltool</title>
<updated>2010-05-10T21:43:05Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-09T21:32:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ba9a902bf862a60a91f2a9d3afbd1fe5470fcb53'/>
<id>urn:sha1:ba9a902bf862a60a91f2a9d3afbd1fe5470fcb53</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>ltp-testsuite: mark as broken</title>
<updated>2010-05-10T21:43:04Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-09T21:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bb39f18905e371f760340791cc23fc1542348749'/>
<id>urn:sha1:bb39f18905e371f760340791cc23fc1542348749</id>
<content type='text'>
The install step, done with fakeroot, tries to install things in /opt:

make[2]: Entering directory `/home/test/buildroot/output.ctng-arm-eglibc-2010-05-07-19-39-56/target/root/ltp-full-20090630/lib'
install -D -m 644 libltp.a //opt/ltp/lib/libltp.a
install: cannot create directory //opt/ltp: Permission denied
make[2]: *** [install] Error 1

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