summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-3.2.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 17:11:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commit84251f8d24034163ec785d0f5715634b90f2c1bf (patch)
tree6ab394cc296fee27f01c29b0b73a3fbd74584def /documentation/migration-guides/migration-3.2.rst
parent104f20717c388213ba1009cce091972f6201af56 (diff)
downloadpoky-84251f8d24034163ec785d0f5715634b90f2c1bf.tar.gz
manuals: add references to the "do_fetch" task
[YOCTO #14508] (From yocto-docs rev: 17f2041647010d885f18f889c740588586c60d3a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.2.rst')
-rw-r--r--documentation/migration-guides/migration-3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst
index cc6f05322a..a4d0479d92 100644
--- a/documentation/migration-guides/migration-3.2.rst
+++ b/documentation/migration-guides/migration-3.2.rst
@@ -191,7 +191,7 @@ Globbing no longer supported in ``file://`` entries in ``SRC_URI``
191 191
192Globbing (``*`` and ``?`` wildcards) in ``file://`` URLs within :term:`SRC_URI` 192Globbing (``*`` and ``?`` wildcards) in ``file://`` URLs within :term:`SRC_URI`
193did not properly support file checksums, thus changes to the source files 193did not properly support file checksums, thus changes to the source files
194would not always change the do_fetch task checksum, and consequently would 194would not always change the :ref:`ref-tasks-fetch` task checksum, and consequently would
195not ensure that the changed files would be incorporated in subsequent builds. 195not ensure that the changed files would be incorporated in subsequent builds.
196 196
197Unfortunately it is not practical to make globbing work generically here, so 197Unfortunately it is not practical to make globbing work generically here, so