[Buildroot] [PATCH 3/3] docs/manual: document hashes for license files

Ricardo Martincoski ricardo.martincoski at gmail.com
Fri Jun 23 02:28:53 UTC 2017


Hello,

On Sun, Jun 18, 2017 at 05:01 AM, Yann E. MORIN wrote:

> +# Hash for license files:
> +sha1  c47a888f2be626e1197b6f651dee966ef882077d  COPYING
> +sha1  e101765734390d664b59325b2d644d80d9a6bd9a  doc/COPYING.LGPL

This will need a small change in check-package to not generate false warnings
like this: "use filename without directory component".
See HashFilename in checkpackagelib/lib_hash.py

'make package-dirclean package-source' already generates 'ERROR: No hash found'
if someone mistakenly adds a directory, for example dl/, to the name of the
tarball in the hash file, so we are safe to just remove the entire HashFilename
class.

Regards,
Ricardo


More information about the buildroot mailing list