diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-02-03 14:50:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:59:51 -0800 |
commit | e504de2cf456820ebf26735222dd6bdc269e7613 (patch) | |
tree | 37b7c35d597377b67ab9fd83b0951b0fccb0096f /documentation | |
parent | 77afd14e817677810868de82b77a4682052b6f95 (diff) | |
download | poky-e504de2cf456820ebf26735222dd6bdc269e7613.tar.gz |
ref-manual: Updated NO_RECOMMENDATIONS glossary entry
Fixes [YOCTO #11010]
The second example was incorrect in the glossary entry. Instead
of "1" an image name place holder was in the example. I put "1"
in there.
(From yocto-docs rev: 00ab787d0d90da5c6d384c3669e804c9b2baca53)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6e15e65f54..f79cdd2b76 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -8332,7 +8332,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8332 | <filename>local.conf</filename> file or you can attach it to | 8332 | <filename>local.conf</filename> file or you can attach it to |
8333 | a specific image recipe by using the recipe name override: | 8333 | a specific image recipe by using the recipe name override: |
8334 | <literallayout class='monospaced'> | 8334 | <literallayout class='monospaced'> |
8335 | NO_RECOMMENDATIONS_pn-<replaceable>target_image</replaceable> = "<replaceable>package_name</replaceable>" | 8335 | NO_RECOMMENDATIONS_pn-<replaceable>target_image</replaceable> = "1" |
8336 | </literallayout> | 8336 | </literallayout> |
8337 | </para> | 8337 | </para> |
8338 | 8338 | ||