<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/CHANGES, branch 2011.08_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.08_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-08-29T09:21:17+00:00</updated>
<entry>
<title>Update for 2011.08-rc2</title>
<updated>2011-08-29T09:21:17+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-29T09:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=73f131ce7d9811fcc8c4b7a161e9700266e09695'/>
<id>urn:sha1:73f131ce7d9811fcc8c4b7a161e9700266e09695</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ncurses: fix hanging installation due to old version of tic</title>
<updated>2011-08-26T13:01:41+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>thomas.de.schampheleire@gmail.com</email>
</author>
<published>2011-08-26T13:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bf446513e7e73a2bf68213ebfe9ec4bb1fee2467'/>
<id>urn:sha1:bf446513e7e73a2bf68213ebfe9ec4bb1fee2467</id>
<content type='text'>
Closes #3685

During installation of ncurses, the 'tic' program from the host is used. In
some cases, this version of tic is too old for the data to be processed, and
the installation hangs indefinitely (already reported in July 2010, see [1])

With this patch, a static version of tic is built and used during the
installation step of target ncurses. This method is based on a similar fix
in Gentoo Linux (see [2] for the report and [3] for the solution).

[1] http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html
[2] http://bugs.gentoo.org/show_bug.cgi?id=249363#c25
[3] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r2.ebuild

[Peter: Install into host, don't tweak path]
Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>grub: fix patch handling after AUTOTARGETS conversion</title>
<updated>2011-08-26T05:16:23+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-26T05:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cb6c2c427838a0ba5dc7bb404734574c9ed6b102'/>
<id>urn:sha1:cb6c2c427838a0ba5dc7bb404734574c9ed6b102</id>
<content type='text'>
Closes #4093

AUTOTARGETS doesn't handle compressed patches, so the '400' patch did
not get applied.

Fix it by extracting the patch. With this, the '500' patch is no longer
needed.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update with recent changes</title>
<updated>2011-08-24T13:07:41+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-24T13:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e0a6bcd8268602fe3d2780c23cf5f7be47441ae6'/>
<id>urn:sha1:e0a6bcd8268602fe3d2780c23cf5f7be47441ae6</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2011.08-rc1</title>
<updated>2011-08-04T20:31:30+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-04T20:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7ff457cdb5949a7e8d9409495d1342f71b7d3adf'/>
<id>urn:sha1:7ff457cdb5949a7e8d9409495d1342f71b7d3adf</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-config: Add "mapdir" to sysroot handled variables</title>
<updated>2011-08-04T20:13:37+00:00</updated>
<author>
<name>Michael J. Hammel</name>
<email>mjhammel@graphics-muse.org</email>
</author>
<published>2011-04-24T02:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5496bc399bc9eee202dbd7bd1d143722f30536e9'/>
<id>urn:sha1:5496bc399bc9eee202dbd7bd1d143722f30536e9</id>
<content type='text'>
Closes #3583, #3649

Fixes xfonts_font-adobe build failure.

Signed-off-by: Michael J. Hammel &lt;mjhammel@graphics-muse.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update with recent changes</title>
<updated>2011-08-04T20:03:37+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-04T20:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5255a7197b858c4cb5632e12d2097b75b68518e7'/>
<id>urn:sha1:5255a7197b858c4cb5632e12d2097b75b68518e7</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: mark liboil + swfdec as deprecated</title>
<updated>2011-08-04T19:20:44+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-04T19:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d49286740aaeacb413dd0aa8822ff06d164ebb27'/>
<id>urn:sha1:d49286740aaeacb413dd0aa8822ff06d164ebb27</id>
<content type='text'>
They are dead upstream, and will be removed during 2011.11 cycle unless
someone speaks up.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libroxml: bump version</title>
<updated>2011-07-29T07:46:10+00:00</updated>
<author>
<name>Tristan Lelong</name>
<email>tristan.lelong@blunderer.org</email>
</author>
<published>2011-07-29T07:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cef0721c743312c477fb87863939588b553c0a1b'/>
<id>urn:sha1:cef0721c743312c477fb87863939588b553c0a1b</id>
<content type='text'>
Closes #3997

Signed-off-by: Tristan Lelong &lt;tristan.lelong@blunderer.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update with recent changes</title>
<updated>2011-07-27T22:01:47+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-27T22:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a4a20acb2e7a4e050ead17097660ee0892fed172'/>
<id>urn:sha1:a4a20acb2e7a4e050ead17097660ee0892fed172</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
