| Submitter | Christopher Larson |
|---|---|
| Date | Jan. 10, 2012, 4:31 p.m. |
| Message ID | <cover.1326213043.git.chris_larson@mentor.com> |
| Download | mbox |
| Permalink | /patch/18933/ |
| State | New |
| Headers | show |
Pull-request
https://github.com/kergoth/oe-core license-bitsComments
On 01/10/2012 08:31 AM, Christopher Larson wrote: > From: Christopher Larson<chris_larson@mentor.com> > > The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a: > > base-files: filesystems: fix mount order (2012-01-06 14:41:19 +0000) > > are available in the git repository at: > https://github.com/kergoth/oe-core license-bits > > Christopher Larson (4): > copyleft_compliance: add control of recipe types to include > copyleft_compliance: add debug message with the reason for exclusion > oe.license: add is_included convenience function > oe.license: avoid the need to catch SyntaxError > > meta/classes/copyleft_compliance.bbclass | 56 ++++++++++++++++------------ > meta/lib/oe/license.py | 59 ++++++++++++++++++++++++++++-- > meta/lib/test.py | 3 ++ > 3 files changed, 90 insertions(+), 28 deletions(-) > create mode 100644 meta/lib/test.py > > Christopher Larson (4): > copyleft_compliance: add control of recipe types to include > copyleft_compliance: add debug message with the reason for exclusion > oe.license: add is_included convenience function > oe.license: avoid the need to catch SyntaxError > > meta/classes/copyleft_compliance.bbclass | 56 ++++++++++++++++------------ > meta/lib/oe/license.py | 59 ++++++++++++++++++++++++++++-- > meta/lib/test.py | 3 ++ > 3 files changed, 90 insertions(+), 28 deletions(-) > create mode 100644 meta/lib/test.py > Merged into OE-Core Thanks Sau!
From: Christopher Larson <chris_larson@mentor.com> The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a: base-files: filesystems: fix mount order (2012-01-06 14:41:19 +0000) are available in the git repository at: https://github.com/kergoth/oe-core license-bits Christopher Larson (4): copyleft_compliance: add control of recipe types to include copyleft_compliance: add debug message with the reason for exclusion oe.license: add is_included convenience function oe.license: avoid the need to catch SyntaxError meta/classes/copyleft_compliance.bbclass | 56 ++++++++++++++++------------ meta/lib/oe/license.py | 59 ++++++++++++++++++++++++++++-- meta/lib/test.py | 3 ++ 3 files changed, 90 insertions(+), 28 deletions(-) create mode 100644 meta/lib/test.py Christopher Larson (4): copyleft_compliance: add control of recipe types to include copyleft_compliance: add debug message with the reason for exclusion oe.license: add is_included convenience function oe.license: avoid the need to catch SyntaxError meta/classes/copyleft_compliance.bbclass | 56 ++++++++++++++++------------ meta/lib/oe/license.py | 59 ++++++++++++++++++++++++++++-- meta/lib/test.py | 3 ++ 3 files changed, 90 insertions(+), 28 deletions(-) create mode 100644 meta/lib/test.py