diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-09-06 14:03:54 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-18 13:03:45 +0100 |
commit | a98e336d7d0dd1b0f39976904b6b89cd3b0fa4f9 (patch) | |
tree | 02cb0e035742c44b8de5ebb26bd59b34a61aa586 /documentation | |
parent | b16279603f804a33ea18e285b9860876ebb935ad (diff) | |
download | poky-a98e336d7d0dd1b0f39976904b6b89cd3b0fa4f9.tar.gz |
ref-manual: correct typo in "classes" section, "${BPN}/{PV}"
(From yocto-docs rev: 28a72c5a1cc873b455d7854065e1f999e6c5b7a5)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 3af023895e..1b685370c4 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -543,7 +543,7 @@ which the OpenEmbedded build system places the generated objects built | |||
543 | from the recipes. By default, the :term:`B` directory is set to the | 543 | from the recipes. By default, the :term:`B` directory is set to the |
544 | following, which is separate from the source directory (:term:`S`):: | 544 | following, which is separate from the source directory (:term:`S`):: |
545 | 545 | ||
546 | ${WORKDIR}/${BPN}/{PV}/ | 546 | ${WORKDIR}/${BPN}-{PV}/ |
547 | 547 | ||
548 | See these variables for more information: | 548 | See these variables for more information: |
549 | :term:`WORKDIR`, :term:`BPN`, and | 549 | :term:`WORKDIR`, :term:`BPN`, and |