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:54:20 +0000
commit4120cdb8ee14cbb08ae99e8e38921284c45cedee (patch)
treeb187193a16ce0dc2c1bc1edda5de128858a3fd13 /documentation
parent1fcdab9145cb9035a0fd2a2ac064135153ae70f1 (diff)
downloadpoky-4120cdb8ee14cbb08ae99e8e38921284c45cedee.tar.gz
ref-manual: Addedt gtext class.
(From yocto-docs rev: ca8fd78455c583799509eb2447bc3fbadd91517d) 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