1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

documentation: improve LIC_FILES_CHKSUM documentation

Document that LIC_FILES_CHKSUM is mandatory, when gets validated, and
improve some wording.

(From yocto-docs rev: ca878d7b0c84812ef29bbaf5894c96dd89500ec9)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2011-08-23 13:56:30 +01:00
committed by Richard Purdie
parent 88c16945fa
commit 3906b60791
2 changed files with 28 additions and 24 deletions
@@ -562,12 +562,12 @@
<para>Checksums of the license text in the recipe source code.</para>
<para>This variable tracks changes in license text of the source
code files.
If the license text is changed, it will trigger the build
If the license text is changed, it will trigger a build
failure, which gives the developer an opportunity to review any
license change</para>
<para>
Currently, this variable is optional.
The plan is to make it a required variable in the future.</para>
license change.</para>
<para>
This variable must be defined for all recipes (unless LICENSE
is set to "CLOSED")</para>
<para>For more information, see the
<link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>
Track License Change</link> section</para>