summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
AgeCommit message (Collapse)Author
2013-03-18gawk: Upgrade to v4.0.2Radu Moisan
(From OE-Core rev: 61c1bbb744ec709e002c67cf531892bf216e4724) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-25gawk: Add missing dependency on readlineKhem Raj
building from shared state often ends up with | /b/kraj/angstrom/build/tmp-angstrom_next-uclibc/work/i586-angstrom-linux-uclibc/gawk/4.0.1-r1/gawk-4 .0.1/debug.c:4135: undefined reference to `rl_reset_terminal' | /b/kraj/angstrom/build/tmp-angstrom_next-uclibc/work/i586-angstrom-linux-uclibc/gawk/4.0.1-r1/gawk-4 .0.1/debug.c:4138: undefined reference to `rl_get_screen_size' | debug.o: In function `unserialize': Adding the missing readline dependency to fix such cases where readline has not been populated in sysroot via some other dependency and gawk would then use it or bail out. (From OE-Core rev: 9a43a67993c21cedf6cf71138e3da9c691ebf4a7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-15gawk: cleanup update-alternatives deprecated codeSaul Wold
(From OE-Core rev: 85734f44c9e99f4134eec9b64fd90aba1ded1d2e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17gawk-3.1.5: fix build with automake 1.12.xNitin A Kamble
Add the gawk-3.1.5_fix_for_automake-1.12.patch in SRC_URI. (From OE-Core rev: 2d0c20a39be017e93303c7e7f9c11f32f737372d) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-25gawk-3.1.5: fix build with automake 1.12Nitin A Kamble
(From OE-Core rev: 013e837f96ea9d9daf53c497a965a021e686ba37) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-24gawk: update to 4.0.1Radu Moisan
(From OE-Core rev: 345566c448f5cd628866cb0736d567f5a610b3db) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versionsRichard Purdie
(From OE-Core rev: b60d0c57a2e16d690fd11c6349917efc57630004) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19gawk: fix packaging warningsSaul Wold
WARNING: For recipe gawk, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin/dgawk WARNING: /usr/bin/awk (From OE-Core rev: 0b3f43c81bea71a5e8c240aba8d97999fcf560ab) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-13gawk: Add SRC_URI Checksums for GPLv2Saul Wold
(From OE-Core rev: ede29b86b14ccea9d265a0cc84057ca3062dc9f7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-07gawk: Upgrade from 3.1.8 to 4.0.0Mei Lei
(From OE-Core rev: 32b535f09124d0b35c10e025a53186e0a667aa1b) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-16recipes-extended: Add Summary informationMark Hatle
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-08-31gawk: add gawk 3.1.8, GPLv3 versionYu Ke
move to meta/recipes Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>