diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 11:53:55 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:41 +0100 |
| commit | e0bc128ea703070b5185f2dd38dcaf3a3c5eaaff (patch) | |
| tree | adb26bb4e413597637847b4e53730f96a07fcdc6 | |
| parent | 17b09efcb3a2e7d4125cbc941d243c7f5a3fe49e (diff) | |
| download | poky-e0bc128ea703070b5185f2dd38dcaf3a3c5eaaff.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
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 += "<wireless_package_name>" | 2811 | RRECOMMENDS_${PN}-dev += "<wireless_package_name>" |
| 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> |
