Re: [OE-core] [PATCH v2] license: improve handling of license files with identical basenames

2016-08-08 Thread Markus Lehtonen
On Fri, 2016-08-05 at 19:24 +0300, Markus Lehtonen wrote: > Previously, find_license_files() in license.bbclass just blindly > assumed > that all different licenses specified in LIC_FILES_CHKSUM have unique > filenames. As a consequence, only the last one of these similarly > named > license files

[OE-core] [PATCH v2] license: improve handling of license files with identical basenames

2016-08-05 Thread Markus Lehtonen
Previously, find_license_files() in license.bbclass just blindly assumed that all different licenses specified in LIC_FILES_CHKSUM have unique filenames. As a consequence, only the last one of these similarly named license files was copied and the rest were "lost". This patch changes the behavior