summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/chrpath
Commit message (Collapse)AuthorAgeFilesLines
* chrpath: upgrade to 0.14Scott Garman2012-01-032-23/+23
| | | | | | | | | | | | | | | SRC_URI changed because Debian has not started packaging v0.14 yet. So now we're using the true upstream for sources. Confirmed license file is still GPLv2, checksum changed due to updated FSF postal address in COPYING. Added HOMEPAGE and BUGTRACKER fields. (From OE-Core rev: 8c370eaf4e3dbe2e33c499991d367606b68c7ee9) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chrpath: Ensure the package respects the docdir variableRichard Purdie2011-07-072-2/+22
| | | | | | | | This resolves unpackaged file QA warnings and an empty -doc package. (From OE-Core rev: 1b44053f6c4ac33d5058183e6634b1ba831ae601) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chrpath: add nativesdk variantJoshua Lock2010-12-161-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* recipes-devtools: Add Summary informationMark Hatle2010-12-161-0/+1
| | | | | | Add Summary information and update Descripts as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* chrpath:Add license checksum and update the GPL to bb fileMei Lei2010-11-231-1/+2
| | | | | | Add COPYING checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+17
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>