<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package, branch 2011.02</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-02-28T20:46:05Z</updated>
<entry>
<title>qt: qt3 compatibility needs gui support</title>
<updated>2011-02-28T20:46:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-28T20:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=42daeb724174ddea339ecc3335ce8060f1970fc6'/>
<id>urn:sha1:42daeb724174ddea339ecc3335ce8060f1970fc6</id>
<content type='text'>
Closes #2911

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: disable parallel builds</title>
<updated>2011-02-28T16:18:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-28T15:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=910a54002b9734b00a04111841cc1f628fec0a04'/>
<id>urn:sha1:910a54002b9734b00a04111841cc1f628fec0a04</id>
<content type='text'>
The build system has a race condition causing build failure with high
BR2_JLEVEL values, so ensure make -j1 is used.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ffmpeg: disable mmx for low end x86-type processors</title>
<updated>2011-02-28T15:08:55Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-02-28T14:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3f6aa3ec56a813a6e9e419e5dfaa9b728561d7ac'/>
<id>urn:sha1:3f6aa3ec56a813a6e9e419e5dfaa9b728561d7ac</id>
<content type='text'>
ffmpeg enables mmx by default for x86-class processors, so disable it for
processors that lack it (i386, i486, i586, i686, pentium pro, geode).
Solves bug #3325

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>avahi: fix avahi access through dbus</title>
<updated>2011-02-28T15:04:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-28T14:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dfee7243c65fd11118573fe3128db34993df037a'/>
<id>urn:sha1:dfee7243c65fd11118573fe3128db34993df037a</id>
<content type='text'>
Ensure that the avahi dbus service gets installed if dbus support is
enabled, otherwise avahi access through dbus fails (as clients try
to start the daemon and dbus doesn't know how to do this).

Fixed upstream in 0.6.28 (http://avahi.org/ticket/319) but this
workaround is simpler/safer for now.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>synergy: fix build with modern toolchains</title>
<updated>2011-02-28T09:24:51Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-28T09:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=57ab28928bd8979fa34751bc1c248a1af00ce1f9'/>
<id>urn:sha1:57ab28928bd8979fa34751bc1c248a1af00ce1f9</id>
<content type='text'>
A number of includes were missing for exit/getenv/memcpy/strlen/...

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xerces: needs wchar support in toolchain</title>
<updated>2011-02-27T21:25:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-27T21:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b89f403e0b076d40ee1fc48e42c7df02c4c24c73'/>
<id>urn:sha1:b89f403e0b076d40ee1fc48e42c7df02c4c24c73</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>webif: mark as deprecated</title>
<updated>2011-02-27T20:28:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-27T20:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=eb6dcf8c1c77ac7504f501c27b2e7175e13666ff'/>
<id>urn:sha1:eb6dcf8c1c77ac7504f501c27b2e7175e13666ff</id>
<content type='text'>
It's long dead upstream and hasn't seen any updates since it got added
back in 2008.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>devmem2: mark as deprecated</title>
<updated>2011-02-27T20:13:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-27T20:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=310a7700ad68a03bd9ad9fbf9f5f795e85c9f462'/>
<id>urn:sha1:310a7700ad68a03bd9ad9fbf9f5f795e85c9f462</id>
<content type='text'>
Busybox has had a devmem applet for a number of years now, so deprecate
the old standalone program.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: add option to hide mouse cursor</title>
<updated>2011-02-25T20:45:31Z</updated>
<author>
<name>Daniel Nyström</name>
<email>daniel.nystrom@timeterminal.se</email>
</author>
<published>2011-02-02T23:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fab79678f017363941d50abe7d12727cc01a3d5b'/>
<id>urn:sha1:fab79678f017363941d50abe7d12727cc01a3d5b</id>
<content type='text'>
Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set.

Signed-off-by: Daniel Nyström &lt;daniel.nystrom@timeterminal.se&gt;
Acked-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs: use kconfig to ensure atleast one compressor is selected</title>
<updated>2011-02-25T20:27:40Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-25T20:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=eaf18b8b788c5651b67fb90c12907217f009cc80'/>
<id>urn:sha1:eaf18b8b788c5651b67fb90c12907217f009cc80</id>
<content type='text'>
Similar to how we do it for mpd now. This way, the selection is clearly
visible to the user, instead of the hidden selection we used to do in
the makefile.

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