summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-13 09:23:17 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 14:43:31 +0000
commit9dd3ac05748f018bf94bd3b9954f06d05f3eb2ff (patch)
tree262603f4d6ba0811927f9541b2cc4637c2af8bf4
parent3f8f1ea957c7c319b921c97466f80c24c8b62be9 (diff)
downloadpoky-9dd3ac05748f018bf94bd3b9954f06d05f3eb2ff.tar.gz
Documentation: ref-manual - Updated LIC_FILES_CHKSUM example.
One of the examples used "startline" instead of "beginline". Correction made. (From yocto-docs rev: 5001e32c29e8fbdf543a3ed47f2c069e9cf53a55) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/technical-details.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 654d9252a9..329fcaec89 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -742,7 +742,7 @@
742 <para> 742 <para>
743 You can also use relative paths as shown in the following example: 743 You can also use relative paths as shown in the following example:
744 <literallayout class='monospaced'> 744 <literallayout class='monospaced'>
745 LIC_FILES_CHKSUM = "file://src/ls.c;startline=5;endline=16;\ 745 LIC_FILES_CHKSUM = "file://src/ls.c;beginline=5;endline=16;\
746 md5=bb14ed3c4cda583abc85401304b5cd4e" 746 md5=bb14ed3c4cda583abc85401304b5cd4e"
747 LIC_FILES_CHKSUM = "file://../license.html;md5=5c94767cedb5d6987c902ac850ded2c6" 747 LIC_FILES_CHKSUM = "file://../license.html;md5=5c94767cedb5d6987c902ac850ded2c6"
748 </literallayout> 748 </literallayout>