[Buildroot] [PATCH 0/9] Fix hash issues during make legal-info

Nicolas Carrier nicolas.carrier at orolia.com
Fri Sep 20 12:43:12 UTC 2019


Patch series fixing all the ERRORs which I encountered running the make-legal
target for one of our products, by adding the relevant sha256 hashes.

Nicolas Carrier (9):
  package/kmod: add missing hash for LICENSE file
  package/nss-mdns: add missing hash for LICENSE file
  package/nss-pam-ldapd: add missing hash for COPYING file
  package/pppd: add missing file hashes
  package/python-pyasn: add missing hash for LICENSE.txt file
  package/python-pyzmq: add missing hashes for COPYING.(BSD|LESSER)
    files
  package/rsyslog: add missing hashes for COPYING.* files
  package/tinyxml: add missing hash for README file
  package/xinetd: add missing hash for COPYRIGHT file

 package/kmod/kmod.hash                   | 1 +
 package/nss-mdns/nss-mdns.hash           | 1 +
 package/nss-pam-ldapd/nss-pam-ldapd.hash | 1 +
 package/pppd/pppd.hash                   | 7 +++++++
 package/python-pyasn/python-pyasn.hash   | 3 +++
 package/python-pyzmq/python-pyzmq.hash   | 4 ++++
 package/rsyslog/rsyslog.hash             | 5 +++++
 package/tinyxml/tinyxml.hash             | 1 +
 package/xinetd/xinetd.hash               | 1 +
 9 files changed, 24 insertions(+)

-- 
2.20.1



More information about the buildroot mailing list