diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-03-30 11:05:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-06 22:29:49 +0100 |
commit | aeb59935e91f02454cfe453d5bef77ac05e46542 (patch) | |
tree | 0354abf2df9ae979f78bc018a9c600efe06f0b2a /documentation/overview-manual/concepts.rst | |
parent | 9df4fd6d39820ea4eb13ba6ee7477745001ef53c (diff) | |
download | poky-aeb59935e91f02454cfe453d5bef77ac05e46542.tar.gz |
manuals: fix suspicious newlines
- That could originate from documentation migration issues
- Checked that the corresponding links still exist
(From yocto-docs rev: 38bae8f6067bc12f3617ed38587737d22dd7b32c)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 257de44ec8..f0c7dab4c8 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -2111,8 +2111,7 @@ accomplished using fakeroot. | |||
2111 | under fakeroot. Otherwise, the task cannot run root-only operations, | 2111 | under fakeroot. Otherwise, the task cannot run root-only operations, |
2112 | and cannot see the fake file ownership and permissions set by the | 2112 | and cannot see the fake file ownership and permissions set by the |
2113 | other task. You need to also add a dependency on | 2113 | other task. You need to also add a dependency on |
2114 | virtual/fakeroot-native:do_populate_sysroot | 2114 | ``virtual/fakeroot-native:do_populate_sysroot``, giving the following: |
2115 | , giving the following: | ||
2116 | :: | 2115 | :: |
2117 | 2116 | ||
2118 | fakeroot do_mytask () { | 2117 | fakeroot do_mytask () { |