diff options
author | 2012-12-13 09:23:17 -0600 | |
---|---|---|
committer | 2013-01-03 12:34:26 +0000 | |
commit | d571e5a68a5e5911974cb12770f1adfdfe873f5e (patch) | |
tree | 434715f6c48e578a48ccb2e7bc6d817e26a5a9f5 | |
parent | 8e078932c3404ac2eaa90c03709bc5bb9031c2d4 (diff) | |
download | poky-d571e5a68a5e5911974cb12770f1adfdfe873f5e.tar.gz poky-d571e5a68a5e5911974cb12770f1adfdfe873f5e.tar.bz2 poky-d571e5a68a5e5911974cb12770f1adfdfe873f5e.zip |
Documentation: ref-manual - Updated LIC_FILES_CHKSUM example.
One of the examples used "startline" instead of "beginline".
Correction made.
(From yocto-docs rev: 59345ad197619280bef7a469d671feae80f0c4e6)
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.xml | 2 |
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 a63943e0c6..abf9105cba 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml @@ -725,7 +725,7 @@ <para> You can also use relative paths as shown in the following example: <literallayout class='monospaced'> - LIC_FILES_CHKSUM = "file://src/ls.c;startline=5;endline=16;\ + LIC_FILES_CHKSUM = "file://src/ls.c;beginline=5;endline=16;\ md5=bb14ed3c4cda583abc85401304b5cd4e" LIC_FILES_CHKSUM = "file://../license.html;md5=5c94767cedb5d6987c902ac850ded2c6" </literallayout> |