From f4b667cfbc2145679af940fc39e4df20d6821cd2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Jan 2017 15:32:30 -0800 Subject: ref-manual: Updated LIC_FILES_CHKSUM example Fixes [YOCTO #10898] No information indicated the use of "endline" and "beginline" in the examples setting LIC_FILES_CHKSUM. I added a note indicating that line numbering starts with one and the "endline" value is inclusive. (From yocto-docs rev: 21114f09efa423033da67af1f27c99eb3cb9695d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 9bb09fb948..61f55bd80a 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -1445,14 +1445,23 @@ The LIC_FILES_CHKSUM - variable contains checksums of the license text in the source code for the recipe. - Following is an example of how to specify LIC_FILES_CHKSUM: + variable contains checksums of the license text in the source + code for the recipe. + Following is an example of how to specify + LIC_FILES_CHKSUM: LIC_FILES_CHKSUM = "file://COPYING;md5=xxxx \ file://licfile1.txt;beginline=5;endline=29;md5=yyyy \ file://licfile2.txt;endline=50;md5=zzzz \ ..." + + When using "beginline" and "endline", realize that line + numbering begins with one and not zero. + Also, the lines included are inclusive (e.g. lines five + through 29 in the previous example for + licfile1.txt. + @@ -1474,7 +1483,8 @@ The first line locates a file in - ${S}/src/ls.c. + ${S}/src/ls.c and isolates lines five + through 16 as license text. The second line refers to a file in WORKDIR. -- cgit 1.2.3-korg