summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 16:11:06 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:39 +0000
commitb080c9911285b5079a94f34178fa60d1c4a5f98c (patch)
tree158b47a2c2e79302a33905fc00193bc58f7f1aae
parentc6d4c6ae72f74b55947d2c843de79144beef310e (diff)
downloadpoky-b080c9911285b5079a94f34178fa60d1c4a5f98c.tar.gz
ref-manual: Added more info to gnomebase class.
Ross Burton provided an expanded explanation. (From yocto-docs rev: 313899b280d7879ee86c9317021388a3cd080662) 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-classes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 6bbc3f17bc..0626e6cc75 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -772,6 +772,11 @@
772 <para> 772 <para>
773 The <filename>gnomebase</filename> class is the base 773 The <filename>gnomebase</filename> class is the base
774 class for recipes that build software from the GNOME stack. 774 class for recipes that build software from the GNOME stack.
775 This class sets
776 <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link> to
777 download the source from the GNOME mirrors as well as extends
778 <link linkend='var-FILES'><filename>FILES</filename></link>
779 with the typical GNOME installation path.
775 </para> 780 </para>
776</section> 781</section>
777 782