From: Peter Seiderer Date: Tue, 17 Oct 2017 19:30:15 +0000 (+0200) Subject: manual: clarify license file hash check during legal-info target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b9c4cd5815774977bd3eaae0277bca9933882d9;p=buildroot.git manual: clarify license file hash check during legal-info target Signed-off-by: Peter Seiderer Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- 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 ++ of that package (see also xref:patch-apply-order[]).