diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-08 17:18:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:08 +0100 |
commit | 4324c6e0716915c4d375805ce695a9eedb0fa010 (patch) | |
tree | bc0524e5bba8d283042aaa33fa1de55fdd353b63 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |
parent | fdcda8d2b89dc4f3ff5562fe8625659d38a583b6 (diff) | |
download | poky-4324c6e0716915c4d375805ce695a9eedb0fa010.tar.gz |
bitbake: sphinx: bitbake-user-manual: insert additional blank line after title
(Bitbake rev: 4f94633a68fd44223d6be458fc0d3616dfdfd1a7)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst index 400e7f09c3..a8815f3e22 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -4,6 +4,8 @@ | |||
4 | File Download Support | 4 | File Download Support |
5 | ===================== | 5 | ===================== |
6 | 6 | ||
7 | | | ||
8 | |||
7 | BitBake's fetch module is a standalone piece of library code that deals | 9 | BitBake's fetch module is a standalone piece of library code that deals |
8 | with the intricacies of downloading source code and files from remote | 10 | with the intricacies of downloading source code and files from remote |
9 | systems. Fetching source code is one of the cornerstones of building | 11 | systems. Fetching source code is one of the cornerstones of building |