summaryrefslogtreecommitdiff
path: root/meta/lib/oe/tests
Commit message (Collapse)AuthorAgeFilesLines
* oe.license: add license flattening codeChristopher Larson2011-12-081-0/+30
| | | | | | | This flattens a license tree by selecting one side of each OR operation (chosen via the user supplied function). Signed-off-by: Christopher Larson <kergoth@gmail.com>
* license: split license parsing into oe.licenseChristopher Larson2011-12-081-0/+38
| | | | | | | | | In addition to moving this functionality to oe.license, makes the string preparation more picky before passing it off to the ast compilation. This ensures that LICENSE entries like 'GPL/BSD' are seen as invalid (due to the presence of the unsupported '/'). Signed-off-by: Christopher Larson <kergoth@gmail.com>
* oe.test_types: move into an oe.tests packageChristopher Larson2011-12-082-0/+62
Signed-off-by: Christopher Larson <kergoth@gmail.com>