aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
AgeCommit message (Collapse)Author
2011-06-22gettext-0.18.1.1: Remove unused patchesKhem Raj
gettext-error_print_progname.patch is already applied upstream others are unapplied. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14gettext_0.18.1.1.bb: Fix build on uclibcKhem Raj
Use libc-uclibc override to seprate out uclibc bits instead of using TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-02gettext: Add DEPENDS on git-nativeRichard Purdie
There are tools within gettext that make use of git, crazy as it may seem so we have to ensure a recent version of git is available. It could be worse, it could be the (deprecated) cvs alternative in the code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02gettext-0.16.1: mark upstream status for gplv2 recipe's patchesNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-01gettext: Update to 0.18.1.1Saul Wold
Add Upstream Status tags to patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-20gettext (gplv2): add virtual/gettext to PROVIDES listSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28gettext_0.17.bb: PROVIDE virtual/gettext and RCONFLICT with proxy-libintlKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28gettext: Divide packaging into gettext-runtime and restKhem Raj
This helps in footprint on space constrained systems e.g. uclibc based systems where packaging full gettext just for libintl can be waste of space. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-17gettext: Upgrade GPLv2 version to 0.16.1Saul Wold
This adds a couple of new patches for handling various autoconf and autolocal issues. It also hardcodes a GETTEXT_MACRO_VERSION to 0.17 to match the native gettext. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16gettext: reenable PARALLEL_MAKESaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21gettext: Add source and license checkumsScott Garman
Also clean up whitespace issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-11recipes-core: Cleanup package descriptions and summariesMark Hatle
[BUGID #281] Evaluate and update each package in recipes-core to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-09gettext: Move files to the correct placeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.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>