ref-manual: Edits to the DISTRO_FEATURES variable.

Took care of some quoting for the "x11" feature and also a
messed up sentence in the second paragraph.

(From yocto-docs rev: 4de95398d44fe0b12c68a6484c9b8d341bd6edb7)

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-11-21 14:57:08 -08:00 committed by Richard Purdie
parent 7f55d261e1
commit 2ae9f689a1
1 changed files with 4 additions and 3 deletions

View File

@ -1331,7 +1331,7 @@
appropriate option supplied to the configure script appropriate option supplied to the configure script
during <filename>do_configure</filename> for recipes that during <filename>do_configure</filename> for recipes that
optionally support the feature. optionally support the feature.
For example, specifying x11 in For example, specifying "x11" in
<filename>DISTRO_FEATURES</filename>, causes <filename>DISTRO_FEATURES</filename>, causes
every piece of software built for the target that can every piece of software built for the target that can
optionally support X11 to have its X11 support enabled. optionally support X11 to have its X11 support enabled.
@ -1339,8 +1339,9 @@
<para> <para>
Two more examples are Bluetooth and NFS support. Two more examples are Bluetooth and NFS support.
For a more complete features that ship with the Yocto For a more complete list of features that ships with the
Project that you can provide using this variable, see the Yocto Project and that you can provide with this variable,
see the
"<link linkend='ref-features-distro'>Distro Features</link>" "<link linkend='ref-features-distro'>Distro Features</link>"
section. section.
</para> </para>