<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package, branch 2010.08_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.08_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-08-30T09:08:32Z</updated>
<entry>
<title>kismet: fix build when none of client, server or drone are selected</title>
<updated>2010-08-30T09:08:32Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-08-29T17:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2ab8ec9e266cda26d6c782c75f666c39a033b7c7'/>
<id>urn:sha1:2ab8ec9e266cda26d6c782c75f666c39a033b7c7</id>
<content type='text'>
Random package configuration can trigger the selection of kismet, but
neither of client, server or drone suboptions. In this case, the
KISMET_TARGET_BINARIES variable is empty, leading to failure during
the installation stage.

At the same time, we remove the useless stripping of the installed
binaries, since this is done globally by the Buildroot infrastructure.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>ncurses: get rid of unused BR2_PACKAGE_NCURSES_TARGET_HEADERS handling</title>
<updated>2010-08-30T08:15:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-30T08:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=78c67b6ce4fae9a1c43632e7562c7c67379b1a74'/>
<id>urn:sha1:78c67b6ce4fae9a1c43632e7562c7c67379b1a74</id>
<content type='text'>
The option was removed from Config.in in 58508f39c (ncurses: remove
dedicated target-headers option), so remove it from the makefile as
well.

Reported-by: Ian &lt;reg-ian.ridley-buildroot@hydrix.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pango: needs C++ for freetype handling</title>
<updated>2010-08-30T08:09:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-30T08:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1c4dbb5fa7df89731e5d59f680e9dc34f24f8835'/>
<id>urn:sha1:1c4dbb5fa7df89731e5d59f680e9dc34f24f8835</id>
<content type='text'>
Pango was recently updated to v1.28 as a dependency of webkit, but its
freetype support has unfortunately been rewritten with parts in C++
(since pango 1.25), so adjust dependencies of pango and users of it to
require C++ support.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>luafilesystems: unbreak builds with largefile support</title>
<updated>2010-08-29T21:36:46Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-29T21:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8e32ec9a1fa9a520017594b38c6e261e2c5f490d'/>
<id>urn:sha1:8e32ec9a1fa9a520017594b38c6e261e2c5f490d</id>
<content type='text'>
A typo was introduced in e6c4ce6c (luafilesystem: remove LARGE_FILE
constraint), breaking the build when largefile support was enabled.

Reported-by: Marcus Osdoba &lt;marcus.osdoba@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pppd.mk installs radattr.so twice and omits radrealms.so</title>
<updated>2010-08-29T21:08:59Z</updated>
<author>
<name>Darcy Watkins</name>
<email>dwatkins@tranzeo.com</email>
</author>
<published>2010-08-19T19:19:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b6207627b4d20628ca0491377f17c5f3c91627d9'/>
<id>urn:sha1:b6207627b4d20628ca0491377f17c5f3c91627d9</id>
<content type='text'>
In pppd.mk the radattr.so plugin (for radiua) is installed twice (the second
install overwriting the first) but the radrealms.so plugin is omitted from
the install. This appears to be a copy-paste error.

Below is patch that corrects this.

signed-off by: Darcy Watkins &lt;dwatkins@tranzeo.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>stunnel: remove broken package</title>
<updated>2010-08-29T20:04:02Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-29T20:04:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6c5193878189d9d199f3d88df52406a375f3e51e'/>
<id>urn:sha1:6c5193878189d9d199f3d88df52406a375f3e51e</id>
<content type='text'>
It doesn't build as there's no dependency on openssl, and it hasn't seen
any real updates since it got added in 2006, so simply remove it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>proftpd: breaks with parallel builds</title>
<updated>2010-08-29T19:51:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-29T19:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6ef440ba0d1a0754c07db26ddb77ab81a0d401de'/>
<id>urn:sha1:6ef440ba0d1a0754c07db26ddb77ab81a0d401de</id>
<content type='text'>
The proftpd build system has a race condition, which may break the build
with high -j&lt;level&gt; values (libsupp.a isn't built by the time it is needed).

Fix it by using MAKE1 instead.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>samba: avahi support needs avahi-daemon / dbus</title>
<updated>2010-08-29T19:35:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-29T19:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c06b3891ff9ff2f6780e7547a54d2688dafa016c'/>
<id>urn:sha1:c06b3891ff9ff2f6780e7547a54d2688dafa016c</id>
<content type='text'>
./configure checks for libavahi-client.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>startup-notification: fix typo in dependencies line</title>
<updated>2010-08-29T19:23:56Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-29T19:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=96c607c93a7a532d5a80329e2838fe131c1f2461'/>
<id>urn:sha1:96c607c93a7a532d5a80329e2838fe131c1f2461</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: fix sysroot confusion in ./configure</title>
<updated>2010-08-26T15:47:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-26T15:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0b415edef35094310aa89dcfc7f694f1c07dea14'/>
<id>urn:sha1:0b415edef35094310aa89dcfc7f694f1c07dea14</id>
<content type='text'>
qt's configure script is getting confused now that we're passing --sysroot=
in QMAKE_CC / QMAKE_CXX, causing misdetection of features and runtime
breakage.

Fix it by passing --sysroot in CFLAGS/CXXFLAGS instead.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
