<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/readline, branch 2012.02_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-09-29T21:12:27+00:00</updated>
<entry>
<title>package: remove useless arguments from AUTOTARGETS</title>
<updated>2011-09-29T21:12:27+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-09-29T19:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=300f9c9c9dcf2b47ea89c45d5b1ea05e7305bd49'/>
<id>urn:sha1:300f9c9c9dcf2b47ea89c45d5b1ea05e7305bd49</id>
<content type='text'>
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
AUTOTARGETS macro in a way that avoids the need for each package to
repeat its name and the directory in which it is present.

[Peter: pkgdir-&gt;pkgparentdir]
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>readline: bump to version 6.2pl1</title>
<updated>2011-04-26T18:45:38+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-04-26T14:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=20c32937a7524f025d885e75c561daedbef7a01b'/>
<id>urn:sha1:20c32937a7524f025d885e75c561daedbef7a01b</id>
<content type='text'>
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>readline: link directly against ncurses</title>
<updated>2011-04-03T17:52:51+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-03-23T23:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b864790383b1cb8d51e5202bb750c0a6601b21ab'/>
<id>urn:sha1:b864790383b1cb8d51e5202bb750c0a6601b21ab</id>
<content type='text'>
Fixes link issues on uClibc for applications using libreadline.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>readline: bump to version 6.1</title>
<updated>2010-11-04T21:55:23+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-11-02T19:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=268ab3c94111e35264556b32df8e6f5c913291b0'/>
<id>urn:sha1:268ab3c94111e35264556b32df8e6f5c913291b0</id>
<content type='text'>
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>readline: convert to autotools infrastructure</title>
<updated>2010-01-28T21:31:27+00:00</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-01-27T01:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fe6e67ba96b7fedf91faac7992813f7233a5e58b'/>
<id>urn:sha1:fe6e67ba96b7fedf91faac7992813f7233a5e58b</id>
<content type='text'>
[Peter: renamed patches to get picked up by infrastructure]
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: silence ./configure step when building with 'make -s'</title>
<updated>2009-10-01T19:24:42+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-01T19:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3fdf0bffb87c81f6abf70e64e5b9239431d79ee2'/>
<id>urn:sha1:3fdf0bffb87c81f6abf70e64e5b9239431d79ee2</id>
<content type='text'>
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>readline: needs ncurses, so select it in kconfig</title>
<updated>2009-05-27T04:57:08+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-05-27T04:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0f157e0cb9553f4ffcd749265e8cb748cadc12bd'/>
<id>urn:sha1:0f157e0cb9553f4ffcd749265e8cb748cadc12bd</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/</title>
<updated>2009-01-30T09:54:59+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-30T09:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a72794391a1e8d93f5e16c2b68f28fb9616df794'/>
<id>urn:sha1:a72794391a1e8d93f5e16c2b68f28fb9616df794</id>
<content type='text'>
Package configs should start with BR2_PACKAGE_.
</content>
</entry>
<entry>
<title>readline: remove BR2_PACKAGE_READLINE_TARGET configuration option</title>
<updated>2009-01-30T09:50:13+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-30T09:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ebf47824cc4f9453508b35c60bbd254b16d895c2'/>
<id>urn:sha1:ebf47824cc4f9453508b35c60bbd254b16d895c2</id>
<content type='text'>
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
</content>
</entry>
<entry>
<title>readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration</title>
<updated>2009-01-30T09:50:02+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-30T09:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7eec8ea5604378e0f7b2f755bb0c42ec732a1c7a'/>
<id>urn:sha1:7eec8ea5604378e0f7b2f755bb0c42ec732a1c7a</id>
<content type='text'>
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
</content>
</entry>
</feed>
