summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index e3c312ce0d..3b675359b5 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1836,8 +1836,9 @@
1836 1836
1837 <para> 1837 <para>
1838 If no <filename>SRC_URI</filename> checksums are specified 1838 If no <filename>SRC_URI</filename> checksums are specified
1839 when you attempt to build the recipe, the build will produce 1839 when you attempt to build the recipe, or you provide an
1840 an error for each missing checksum. 1840 incorrect checksum, the build will produce an error for each
1841 missing or incorrect checksum.
1841 As part of the error message, the build system provides 1842 As part of the error message, the build system provides
1842 the checksum string corresponding to the fetched file. 1843 the checksum string corresponding to the fetched file.
1843 Once you have the correct checksums, you can copy and paste 1844 Once you have the correct checksums, you can copy and paste