summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-20 06:09:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 16:36:07 +0100
commitb06035c232feef8f567b1cd55b2d64e4ddfb3db6 (patch)
tree853a1070e6024008ef393165f9f6494c0f711b7a
parent451af6599c8fbdaae8901d6c33dac1e20b52bef8 (diff)
downloadpoky-b06035c232feef8f567b1cd55b2d64e4ddfb3db6.tar.gz
documentation/poky-ref-manual/ref-variables.xml: Formatting change
(From yocto-docs rev: aaaf63ff3e011a1ee11a2e78bc7d6f21d53a8222) 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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 9985d0037a..aa21d22174 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1545,7 +1545,8 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1545 1545
1546 <glossentry id='var-PN'><glossterm>PN</glossterm> 1546 <glossentry id='var-PN'><glossterm>PN</glossterm>
1547 <glossdef> 1547 <glossdef>
1548 <para>The name of the recipe. The name is normally extracted from the recipe file name. 1548 <para>The recipe name.
1549 The name is normally extracted from the recipe file name.
1549 For example, if the recipe is named 1550 For example, if the recipe is named
1550 <filename>expat_2.0.1.bb</filename>, then the default value of <filename>PN</filename> 1551 <filename>expat_2.0.1.bb</filename>, then the default value of <filename>PN</filename>
1551 will be "expat". 1552 will be "expat".