aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lynx
AgeCommit message (Collapse)Author
2011-06-02lynx: inherit class `gettext` to fix build with `minimal-uclibc`Paul Menzel
Task configure failed with the following error message using `minimal-uclibc` for `MACHINE = "beagleboard"`. checking for __argz_stringify... no checking for __argz_next... no checking for iconv... no, consider installing GNU libiconv checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h and gettext()... no configure: error: no NLS library is packaged with this application Inheriting the class `gettext` fixes this error and the build completes using `minimal-uclibc` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-06-01lynx: Fixed download URL of the latest release.Stanislav Brabec
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2011-06-01lynx: correct `LICENSE` from `GPL` to `GPLv2`Paul Menzel
According to `COPYING` [1] the license is GPLv2. This is a fixup for commit 06d31dc0 [2]. commit 06d31dc06beb85a28ca3c2c2c0c2787267a24ff5 Author: Stanislav Brabec <utx@penguin.cz> Date: Tue May 31 22:28:20 2011 +0000 lynx: New recipe, version 2.8.7. Signed-off-by: Stanislav Brabec <utx@penguin.cz> recipes/lynx/lynx_2.8.7.bb | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) [1] http://lynx.isc.org/lynx2.8.7/lynx2-8-7/COPYING [2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=06d31dc06beb85a28ca3c2c2c0c2787267a24ff5 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-31lynx: New recipe, version 2.8.7.Stanislav Brabec
Signed-off-by: Stanislav Brabec <utx@penguin.cz>