diff options
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index cbedfd010b..f7be670405 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -31,7 +31,7 @@ | |||
31 | <link linkend='var-MACHINE'>M</link> | 31 | <link linkend='var-MACHINE'>M</link> |
32 | <!-- <link linkend='var-glossary-n'>N</link> --> | 32 | <!-- <link linkend='var-glossary-n'>N</link> --> |
33 | <!-- <link linkend='var-glossary-o'>O</link> --> | 33 | <!-- <link linkend='var-glossary-o'>O</link> --> |
34 | <link linkend='var-PACKAGE_ARCH'>P</link> | 34 | <link linkend='var-P'>P</link> |
35 | <!-- <link linkend='var-glossary-q'>Q</link> --> | 35 | <!-- <link linkend='var-glossary-q'>Q</link> --> |
36 | <link linkend='var-RCONFLICTS'>R</link> | 36 | <link linkend='var-RCONFLICTS'>R</link> |
37 | <link linkend='var-S'>S</link> | 37 | <link linkend='var-S'>S</link> |
@@ -1480,6 +1480,16 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" | |||
1480 | 1480 | ||
1481 | <glossdiv id='var-glossary-p'><title>P</title> | 1481 | <glossdiv id='var-glossary-p'><title>P</title> |
1482 | 1482 | ||
1483 | <glossentry id='var-P'><glossterm>P</glossterm> | ||
1484 | <glossdef> | ||
1485 | <para>The recipe name and version. | ||
1486 | <filename>P</filename> is comprised of the following: | ||
1487 | <literallayout class='monospaced'> | ||
1488 | ${PN}-${PV} | ||
1489 | </literallayout></para> | ||
1490 | </glossdef> | ||
1491 | </glossentry> | ||
1492 | |||
1483 | <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> | 1493 | <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> |
1484 | <glossdef> | 1494 | <glossdef> |
1485 | <para>The architecture of the resulting package or packages.</para> | 1495 | <para>The architecture of the resulting package or packages.</para> |