summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ed/ed_0.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* ed: Fix EXTRA_OECONF to ensure right compiler is foundSaul Wold2011-12-161-1/+4
| | | | | | | (From OE-Core rev: b23ab297906d7241d737f7c5e81c674deca45e32) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ed: remove unsupported optionSaul Wold2011-12-131-0/+2
| | | | | | | (From OE-Core rev: 65fa6a9039043a59a236d28aacce3c424a734158) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ed: Add SRC_URI Checksums for GPLv2Saul Wold2011-12-131-0/+3
| | | | | | | (From OE-Core rev: c30c89c8dc449cf7642565f2e35c7b1a922fcc33) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ed (GPLv2): remove --disable-silent-rulesSaul Wold2011-05-201-1/+3
| | | | | | | | | Older version of configure in ed does not like this option, so remove it from CONFIGUREOPTS (From OE-Core rev: bc1a87f3806e021e868bf455a342fccf97a7394d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+11
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>