]> code.ossystems Code Review - openembedded-core.git/commit
oe.license: add license flattening code
authorChristopher Larson <kergoth@gmail.com>
Mon, 5 Dec 2011 01:03:51 +0000 (20:03 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2011 15:23:09 +0000 (15:23 +0000)
commit6984961314c8ba2aceab9acabb658f96ed249fef
treed865a0b7e764dbaf0d14506693e362ee95234c6a
parent20d4068045c76e9dc2aff0c152dd02d6a109c9dd
oe.license: add license flattening code

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>
meta/lib/oe/license.py
meta/lib/oe/tests/test_license.py