1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

ref-manual: Edits to RRECOMMENDS variable.

(From yocto-docs rev: 9b560dbd8a4fd862accd4c99d8b6d5ef2a57ab5b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-03-28 11:53:55 -07:00
committed by Richard Purdie
parent 17b09efcb3
commit e0bc128ea7
+4 -3
View File
@@ -2785,7 +2785,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm>
<glossdef> <glossdef>
<para> <para>
A list of packages that extend the usability of a package being A list of packages that extends the usability of a package being
built. built.
The package being built does not depend on this list of packages in The package being built does not depend on this list of packages in
order to successfully build, but needs them for the extended usability. 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"
<literallayout class='monospaced'> <literallayout class='monospaced'>
RRECOMMENDS_${PN}-dev += "&lt;wireless_package_name&gt;" RRECOMMENDS_${PN}-dev += "&lt;wireless_package_name&gt;"
</literallayout> </literallayout>
In the example, the package name (<filename>${PN}-dev</filename>) must In the example, the package name
appear as it would in the (<filename>${<link linkend='var-PN'>PN</link>}-dev</filename>)
must appear as it would in the
<filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> namespace before any <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> namespace before any
renaming of the output package by classes like <filename>debian.bbclass</filename>. renaming of the output package by classes like <filename>debian.bbclass</filename>.
</para> </para>