]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual/ref-variables.xml: New P variable glossary
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 21 Sep 2012 13:47:08 +0000 (06:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 15:36:09 +0000 (16:36 +0100)
Added a glossary entry for the P variable.

(From yocto-docs rev: f1d65b7cca35bdfaad029523de0d88d4e009f82a)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/ref-variables.xml

index cbedfd010b80e97ad2ad370fa528234eb98fba65..f7be67040567987805fc214135602d55819aa0d1 100644 (file)
@@ -31,7 +31,7 @@
        <link linkend='var-MACHINE'>M</link> 
 <!--               <link linkend='var-glossary-n'>N</link> -->
 <!--               <link linkend='var-glossary-o'>O</link> -->
-       <link linkend='var-PACKAGE_ARCH'>P</link> 
+       <link linkend='var-P'>P</link> 
 <!--               <link linkend='var-glossary-q'>Q</link> -->
        <link linkend='var-RCONFLICTS'>R</link> 
        <link linkend='var-S'>S</link> 
@@ -1480,6 +1480,16 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
 
     <glossdiv id='var-glossary-p'><title>P</title>
 
+        <glossentry id='var-P'><glossterm>P</glossterm>
+            <glossdef>
+                <para>The recipe name and version.
+                    <filename>P</filename> is comprised of the following:
+                    <literallayout class='monospaced'>
+     ${PN}-${PV}
+                    </literallayout></para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm>
             <glossdef>
                 <para>The architecture of the resulting package or packages.</para>