summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual/chapters/recipes.xml2
-rw-r--r--docs/usermanual/reference/class_pkgconfig.xml4
-rw-r--r--docs/usermanual/reference/var_src_uri.xml7
3 files changed, 9 insertions, 4 deletions
diff --git a/docs/usermanual/chapters/recipes.xml b/docs/usermanual/chapters/recipes.xml
index cad1d80a68..90a181060b 100644
--- a/docs/usermanual/chapters/recipes.xml
+++ b/docs/usermanual/chapters/recipes.xml
@@ -1406,7 +1406,7 @@ inherit autotools</screen></para>
</section>
</section>
- <section id="recipes_depenencies" xreflabel="dependencies">
+ <section id="recipes_dependencies" xreflabel="dependencies">
<title>Dependencies: What's needed to build and/or run the
package?</title>
diff --git a/docs/usermanual/reference/class_pkgconfig.xml b/docs/usermanual/reference/class_pkgconfig.xml
index 3cb5002df5..8c2177cecf 100644
--- a/docs/usermanual/reference/class_pkgconfig.xml
+++ b/docs/usermanual/reference/class_pkgconfig.xml
@@ -4,7 +4,7 @@
<para>The pkgconfig class is for packages that install
<command>&lt;pkg&gt;.pc</command> files. These files provide information
- about the build settings for the package vwhich are then made available by
+ about the build settings for the package which are then made available by
the <command>pkg-config</command> command.</para>
<para>Since the contents of the <command>.pc</command> files are used at
@@ -36,4 +36,4 @@
(it will ignore those that end in <command>-uninstalled.pc)</command> and
process them as described above. All that is required to use the class is
the addition of pkgconfig in an inherit statement:<screen>inherit autotools pkgconfig</screen></para>
-</section> \ No newline at end of file
+</section>
diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
index a35e1eede2..f6e61050aa 100644
--- a/docs/usermanual/reference/var_src_uri.xml
+++ b/docs/usermanual/reference/var_src_uri.xml
@@ -29,7 +29,12 @@
be used in preference to retrieving a new version . Any source that is
retrieved from a remote URI will be stored in the download source directory
and an appropriate md5 sum generated and stored alongside it.</para>
-
+ <para>Checksums for http/https/ftp/ftps uris are stored in each recipe in
+ the form of<screen>SRC_URI[md5sum] = &quot;9a7a11ffd52d9c4553ea8c0134a6fa86&quot;
+SRC_URI[sha256sum] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31701921b9434&quot;</screen>
+ for the first remote SRC_URI that has <emphasis>no</emphasis> explicit <command>name=foo</command>
+ associated with it. Following <emphasis>unnamed</emphasis> SRC_URIs without
+ a checksum will throw errors.</para>
<para>Each URI supports a set of additional options. These options are
tag/value pairs of the form <command>"a=b"</command> and are semi-colon
separated from each other and from the URI. The follow examples shows two