summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-20 14:19:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 16:36:08 +0100
commit09c0ccdc9a6ae70f374c16fc522775a0c77dd20e (patch)
tree1e5fee53cfd1f620293d7e999570b2f3703ebc4b
parent69eb23904b7c271f72f0b6eada2a7c1ccab013de (diff)
downloadpoky-09c0ccdc9a6ae70f374c16fc522775a0c77dd20e.tar.gz
documentation/poky-ref-manual/ref-variables.xml: PF added
Added a new glossary entry for the PF variable. (From yocto-docs rev: 1ad43661638ab9ae8a3af9d6149f6af633bdece2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 4d0e3f3434..6959b94d73 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1543,6 +1543,18 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1543 </glossdef> 1543 </glossdef>
1544 </glossentry> 1544 </glossentry>
1545 1545
1546 <glossentry id='var-PF'><glossterm>PF</glossterm>
1547 <glossdef>
1548 <para>Specifies the recipe or package name and includes all version and revision
1549 numbers (i.e. <filename>eglibc-2.13-r20+svnr15508/</filename> and
1550 <filename>bash-4.2-r1/</filename>).
1551 This variable is comprised of the following:
1552 <literallayout class='monospaced'>
1553 ${PN}-${EXTENDPE}${PV}-${PR}
1554 </literallayout></para>
1555 </glossdef>
1556 </glossentry>
1557
1546 <glossentry id='var-PN'><glossterm>PN</glossterm> 1558 <glossentry id='var-PN'><glossterm>PN</glossterm>
1547 <glossdef> 1559 <glossdef>
1548 <para>This variable can have two separate functions depending on the context: a recipe 1560 <para>This variable can have two separate functions depending on the context: a recipe