diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-27 10:28:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:31 +0000 |
commit | 65d7a930665e93384f0cbcc4eb821a0b94603749 (patch) | |
tree | aee265ed15dfd7b42f9e7f3d8c6aea007896279d | |
parent | 8a5a6c3478f581a4c12d1a61bd8287f5cb307227 (diff) | |
download | poky-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>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 |
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 | ||