summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-doc
Commit message (Collapse)AuthorAgeFilesLines
* gtk-doc: add a recipe, remove gtk-doc-stubAlexander Kanavin2016-09-093-0/+218
| | | | | | | (From OE-Core rev: 8b958312d360e6692dc7c6dd3d2b2591301f9e59) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove gtk-docRoss Burton2012-07-222-80/+0
| | | | | | | (From OE-Core rev: f8a87fd585fc199a7c7cff81d11fdc35b16cf3d2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk-doc: Clarify license as GPLv2Richard Purdie2012-03-131-1/+1
| | | | | | | | | The .m4 file has no details but the upstream project is clearly GPLv2 so update the LICENSE file to match. (From OE-Core rev: 25109aa2a4c2814ad89b4b416b4de31d14b65e93) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes-gnome: Add Summary and Description informationMark Hatle2010-12-161-0/+4
| | | | | | Add Summary and update description information as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gtk-doc: Add license checksumZhai Edwin2010-12-021-0/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-272-0/+74
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>