summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-27 10:28:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:31 +0000
commit65d7a930665e93384f0cbcc4eb821a0b94603749 (patch)
treeaee265ed15dfd7b42f9e7f3d8c6aea007896279d /documentation
parent8a5a6c3478f581a4c12d1a61bd8287f5cb307227 (diff)
downloadpoky-65d7a930665e93384f0cbcc4eb821a0b94603749.tar.gz
ref-manual: Addedt gtext class.
(From yocto-docs rev: 0b432081ef273045c9c570649d344747a2e11292) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 51e3c35814..8d03174ab2 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -621,6 +621,18 @@
621 </para> 621 </para>
622</section> 622</section>
623 623
624<section id='ref-classes-gtext'>
625 <title><filename>gtext.bbclass</filename></title>
626
627 <para>
628 The GText (<filename>gtext</filename>) class provides support for
629 building software that uses the GNU <filename>gettext</filename>
630 internationalization and localization system.
631 All recipes building software that use
632 <filename>gettext</filename> should inherit this class.
633 </para>
634</section>
635
624<section id='ref-classes-pkgconfig'> 636<section id='ref-classes-pkgconfig'>
625 <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> 637 <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title>
626 638