summaryrefslogtreecommitdiff
path: root/meta/recipes-core/gettext/gettext_0.17.bb
AgeCommit message (Collapse)AuthorFiles
2011-06-01gettext: Update to 0.18.1.1Saul Wold1
Add Upstream Status tags to patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28gettext_0.17.bb: PROVIDE virtual/gettext and RCONFLICT with proxy-libintlKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28gettext: Divide packaging into gettext-runtime and restKhem Raj1
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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-16gettext: reenable PARALLEL_MAKESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21gettext: Add source and license checkumsScott Garman1
Also clean up whitespace issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-11recipes-core: Cleanup package descriptions and summariesMark Hatle1
[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-08-27Major layout change to the packages directoryRichard Purdie1
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>