]> code.ossystems Code Review - openembedded-core.git/commit
copyleft_filter.bbclass: Allow to filter on name
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 9 Jun 2015 12:46:48 +0000 (12:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:11 +0000 (11:38 +0100)
commit04066239e9cd6a8461fb2c18e826289469ac1240
treec2123429be54a27fd341877921f0e269860db54c
parent00c501866a2de14f8e1c1c99a0ca36b799f8b123
copyleft_filter.bbclass: Allow to filter on name

The archiver uses a license based filter to provide the source code.
This patch allows to search on name based on two new variables (COPYLEFT_PN_INCLUDE,
COPYLEFT_PN_EXCLUDE). Both variables are empty by default.
The filter by name has higher priority than the license filter.

[YOCTO # 6929]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/archiver.bbclass
meta/classes/copyleft_filter.bbclass