summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a8b2aa7661..9abfdced0d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2785,7 +2785,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2785 <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> 2785 <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm>
2786 <glossdef> 2786 <glossdef>
2787 <para> 2787 <para>
2788 A list of packages that extend the usability of a package being 2788 A list of packages that extends the usability of a package being
2789 built. 2789 built.
2790 The package being built does not depend on this list of packages in 2790 The package being built does not depend on this list of packages in
2791 order to successfully build, but needs them for the extended usability. 2791 order to successfully build, but needs them for the extended usability.
@@ -2810,8 +2810,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2810 <literallayout class='monospaced'> 2810 <literallayout class='monospaced'>
2811 RRECOMMENDS_${PN}-dev += "&lt;wireless_package_name&gt;" 2811 RRECOMMENDS_${PN}-dev += "&lt;wireless_package_name&gt;"
2812 </literallayout> 2812 </literallayout>
2813 In the example, the package name (<filename>${PN}-dev</filename>) must 2813 In the example, the package name
2814 appear as it would in the 2814 (<filename>${<link linkend='var-PN'>PN</link>}-dev</filename>)
2815 must appear as it would in the
2815 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> namespace before any 2816 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> namespace before any
2816 renaming of the output package by classes like <filename>debian.bbclass</filename>. 2817 renaming of the output package by classes like <filename>debian.bbclass</filename>.
2817 </para> 2818 </para>