]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Edits to staging.bbclass
authorKristi Rifenbark <kristi.rifenbark@gmail.com>
Mon, 14 Aug 2017 21:24:27 +0000 (14:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Sep 2017 23:52:47 +0000 (00:52 +0100)
Added a missing closing parenthesis. Edited Note for
for file clarification.

(From yocto-docs rev: fd7bb7aa57cfcf8b77f82edea65773e50e751902)

Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml

index 1801faf501eee21f18bee4605f3db4a217870175..d6e6433998f0aacee042ed97ab07fc27e9dde14a 100644 (file)
@@ -3298,7 +3298,7 @@ This check was removed for YP 2.3 release
                 <filename>recipe-sysroot</filename> and
                 <filename>recipe-sysroot-native</filename> in the recipe
                 work directory (i.e.
-                <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>.
+                <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>).
                 The OpenEmbedded build system creates hard links to copies of the
                 relevant files from <filename>sysroot-components</filename>
                 into the recipe work directory.
@@ -3315,9 +3315,9 @@ This check was removed for YP 2.3 release
                 within the sysroot that have the prefix
                 "<filename>postinst-</filename>" are executed.
                 <note>
-                    Although these files are not recommended for general use,
-                    the files do allow some issues such as user creation
-                    and module indexes to be addressed.
+                    Although such sysroot post installation scripts are not
+                    recommended for general use, the files do allow some issues
+                    such as user creation and module indexes to be addressed.
                 </note>
                 </para>