<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/ncurses, branch 2009.02_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.02_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-01-16T11:42:52Z</updated>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ncurse-unpacked target</title>
<updated>2009-01-12T07:44:09Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-12T07:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0c0725438bda29f0540802ce11d2f2caa9b2dc92'/>
<id>urn:sha1:0c0725438bda29f0540802ce11d2f2caa9b2dc92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>For some reason we ended up with a link-loop. This does not.</title>
<updated>2009-01-11T13:33:13Z</updated>
<author>
<name>Thomas Lundquist</name>
<email>lists@zelow.no</email>
</author>
<published>2009-01-11T13:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=de5576b350d664c1df1dd03f6641c64c27515d93'/>
<id>urn:sha1:de5576b350d664c1df1dd03f6641c64c27515d93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac1d92c425414bad889c1a60d0d2aee25581b74f'/>
<id>urn:sha1:ac1d92c425414bad889c1a60d0d2aee25581b74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>ncurses: don't follow symlink on ln invocation</title>
<updated>2008-07-01T19:24:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-01T19:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=49b38b5009eef8e59936d0619c3634b07664b28a'/>
<id>urn:sha1:49b38b5009eef8e59936d0619c3634b07664b28a</id>
<content type='text'>
The ln -sf command would fail if $TARGET_DIR/usr/lib/terminfo already exists
as we don't have write permissions to the symlink target. Fixed by adding
-n option (don't dereference link).
</content>
</entry>
<entry>
<title>* Fixed additional ncurses library install path</title>
<updated>2008-04-10T08:17:14Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2008-04-10T08:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=46528496e97832d75ec13e5c4479c002a8bf32a8'/>
<id>urn:sha1:46528496e97832d75ec13e5c4479c002a8bf32a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fixed copy-and-paste error, incorrect description</title>
<updated>2008-04-10T05:14:53Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2008-04-10T05:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d6b3ef5148a148e0c3856d5a10d9c09d8141beb5'/>
<id>urn:sha1:d6b3ef5148a148e0c3856d5a10d9c09d8141beb5</id>
<content type='text'>
* Fixed another copy-and-paste error, weird space/tab mixes
- Thanks Hamish Moffatt
</content>
</entry>
<entry>
<title>Some package use ncurses libpanel/libform/libmenu, this config allows to selectively</title>
<updated>2008-04-09T11:38:48Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2008-04-09T11:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d284bd5b8fa545c4d365303a9495b2e0c496ad59'/>
<id>urn:sha1:d284bd5b8fa545c4d365303a9495b2e0c496ad59</id>
<content type='text'>
copy them to the target filesystem at the same time at the main library is installed.
-Patch by Michel (BusError)
</content>
</entry>
</feed>
