diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-12 14:10:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 23:50:47 +0100 |
commit | feda248d593521726533796ad9c3e0e98cca47de (patch) | |
tree | a1a0b2b81a89e17b1360bb31dc6af5c6fb6c2dfb /documentation/ref-manual/usingpoky.xml | |
parent | f82a65776bd6fa33a0b5b6ecbb322384629f222a (diff) | |
download | poky-feda248d593521726533796ad9c3e0e98cca47de.tar.gz |
ref-manual: Various small corrections to package-related stuff
Fixes [YOCTO #10135]
Some small problems were fixed:
* Added a cross-reference in the FILES glossary entry to the
PACKAGES variable. The two are tied and there was not a
reference to it.
* Removed a redundant "/" character in a pathname example in
the dev-manual.
* Removed a redundant "/" character in an example pathname
in the FILES glossary description.
(From yocto-docs rev: 11a397c232696deece7ac5c6dafcadb87d7a5775)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 79322dd198..5fac2b2b40 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -338,7 +338,7 @@ | |||
338 | <title>Running Specific Tasks</title> | 338 | <title>Running Specific Tasks</title> |
339 | 339 | ||
340 | <para> | 340 | <para> |
341 | Any given package consists of a set of tasks. | 341 | Any given recipe consists of a set of tasks. |
342 | The standard BitBake behavior in most cases is: | 342 | The standard BitBake behavior in most cases is: |
343 | <filename>do_fetch</filename>, | 343 | <filename>do_fetch</filename>, |
344 | <filename>do_unpack</filename>, | 344 | <filename>do_unpack</filename>, |