summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index b1fa0b753d..f9a1771d16 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -274,16 +274,16 @@
274 <title>Package Groups - <filename>packagegroup.bbclass</filename></title> 274 <title>Package Groups - <filename>packagegroup.bbclass</filename></title>
275 275
276 <para> 276 <para>
277 This class sets default values appropriate for package group recipes (such as 277 This class sets default values appropriate for package group recipes (e.g.
278 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>, 278 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>,
279 <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>, 279 <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>,
280 <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>, 280 <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>,
281 and so forth. 281 and so forth).
282 It is highly recommended that all package group recipes inherit this class. 282 It is highly recommended that all package group recipes inherit this class.
283 </para> 283 </para>
284 <para> 284 <para>
285 For information on how to use this class, see the 285 For information on how to use this class, see the
286 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Tasks</ulink>" 286 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Groups</ulink>"
287 section in the Yocto Project Development Manual. 287 section in the Yocto Project Development Manual.
288 </para> 288 </para>
289 <para> 289 <para>