diff options
author | Peter Seiderer <ps.report@gmx.net> | 2017-10-17 21:30:15 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-17 23:36:08 +0200 |
commit | 6b9c4cd5815774977bd3eaae0277bca9933882d9 (patch) | |
tree | 9d1086e7f3ee339ab5fc49c53dc54196e06817c5 /docs/manual | |
parent | 6ff50428e84002763a3e4294499000c4310e1362 (diff) | |
download | buildroot-6b9c4cd5815774977bd3eaae0277bca9933882d9.tar.gz buildroot-6b9c4cd5815774977bd3eaae0277bca9933882d9.zip |
manual: clarify license file hash check during legal-info target
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 809cc97389..c9857a80d3 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -482,7 +482,8 @@ this in a comment line above the hashes. .Note The hashes for license files are used to detect a license change when a -package version is bumped. For a package with multiple versions (like Qt5), +package version is bumped. The hashes are checked during the make legal-info +target run. For a package with multiple versions (like Qt5), create the hash file in a subdirectory +<packageversion>+ of that package (see also xref:patch-apply-order[]). |