]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: fix duplicate licenses being picked up
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 8 Mar 2015 21:41:18 +0000 (21:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:13 +0000 (11:03 +0000)
commit58316a2890782d206e9b9472ba483367f7560109
tree8dc891f4171e2ccfb9ea75ff5e8147a8cce4b883
parentefd46543524db98e4369c1d85a1e1c0e76f12899
recipetool: fix duplicate licenses being picked up

If a license file matched more than one of the specifications (e.g.
COPYING.GPL) then it was being added to LIC_FILES_CHKSUM more than once.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create.py