diff options
Diffstat (limited to 'documentation/poky-ref-manual/extendpoky.xml')
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index fdccbacd68..db15fc6178 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml | |||
@@ -1004,7 +1004,7 @@ | |||
1004 | 1004 | ||
1005 | <para> | 1005 | <para> |
1006 | Finally, don't forget to 'bump' the | 1006 | Finally, don't forget to 'bump' the |
1007 | <glossterm><link linkend='var-PR'>PR</link></glossterm> value in the same recipe since | 1007 | <filename><link linkend='var-PR'>PR</link></filename> value in the same recipe since |
1008 | the resulting packages have changed. | 1008 | the resulting packages have changed. |
1009 | </para> | 1009 | </para> |
1010 | </section> | 1010 | </section> |
@@ -1015,7 +1015,7 @@ | |||
1015 | <para> | 1015 | <para> |
1016 | The license of an upstream project might change in the future. In order to prevent these changes | 1016 | The license of an upstream project might change in the future. In order to prevent these changes |
1017 | going unnoticed, the Yocto Project provides a | 1017 | going unnoticed, the Yocto Project provides a |
1018 | <glossterm><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link></glossterm> | 1018 | <filename><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link></filename> |
1019 | variable to track changes to the license text. The checksums are validated at the end of the | 1019 | variable to track changes to the license text. The checksums are validated at the end of the |
1020 | configure step, and if the checksums do not match, the build will fail. | 1020 | configure step, and if the checksums do not match, the build will fail. |
1021 | </para> | 1021 | </para> |
@@ -1060,8 +1060,8 @@ | |||
1060 | of <filename>S</filename>. | 1060 | of <filename>S</filename>. |
1061 | </para> | 1061 | </para> |
1062 | <para> | 1062 | <para> |
1063 | Note that this variable is mandatory for all recipes, unless the LICENSE variable is set to | 1063 | Note that this variable is mandatory for all recipes, unless the |
1064 | "CLOSED". | 1064 | <filename>LICENSE</filename> variable is set to "CLOSED". |
1065 | </para> | 1065 | </para> |
1066 | </section> | 1066 | </section> |
1067 | 1067 | ||
@@ -1073,12 +1073,13 @@ | |||
1073 | important files that contain the license text for the source code. | 1073 | important files that contain the license text for the source code. |
1074 | It is possible to specify a checksum for an entire file, or a specific section of a | 1074 | It is possible to specify a checksum for an entire file, or a specific section of a |
1075 | file (specified by beginning and ending line numbers with the "beginline" and "endline" | 1075 | file (specified by beginning and ending line numbers with the "beginline" and "endline" |
1076 | parameters respectively). The latter is useful for source files with license notice header, | 1076 | parameters respectively). |
1077 | README documents, etc. | 1077 | The latter is useful for source files with a license notice header, |
1078 | README documents, and so forth. | ||
1078 | If you do not use the "beginline" parameter, then it is assumed that the text begins on the | 1079 | If you do not use the "beginline" parameter, then it is assumed that the text begins on the |
1079 | first line of the file. | 1080 | first line of the file. |
1080 | Similarly, if you do not use the "endline" parameter, it is assumed that the license text | 1081 | Similarly, if you do not use the "endline" parameter, it is assumed that the license text |
1081 | ends as the last line of the file. | 1082 | ends with the last line of the file. |
1082 | </para> | 1083 | </para> |
1083 | 1084 | ||
1084 | <para> | 1085 | <para> |