diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 13:45:57 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:49 +0000 |
commit | 4ec758acd36be0c9dc68c11881b5d8d01b2655fd (patch) | |
tree | 4b1082604fe64cbd390aec13a6f086707cb14ed9 | |
parent | 14603f6b53f5b8cf666c76c4891003c19867996d (diff) | |
download | poky-4ec758acd36be0c9dc68c11881b5d8d01b2655fd.tar.gz |
ref-manual: Added the perlnative class.
(From yocto-docs rev: c22ed24d16a5a9e6476d02b48a51c5c5a4937912)
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index f9cf72c676..2e6a17f255 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1359,6 +1359,16 @@ | |||
1359 | </para> | 1359 | </para> |
1360 | </section> | 1360 | </section> |
1361 | 1361 | ||
1362 | <section id='ref-classes-perlnative'> | ||
1363 | <title><filename>perlnative.bbclass</filename></title> | ||
1364 | |||
1365 | <para> | ||
1366 | When inherited by a recipe, the <filename>perlnative</filename> class | ||
1367 | supports using the native version of Perl built by the build system | ||
1368 | rather than using the version provided by the build host. | ||
1369 | </para> | ||
1370 | </section> | ||
1371 | |||
1362 | <section id='ref-classes-perl'> | 1372 | <section id='ref-classes-perl'> |
1363 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> | 1373 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> |
1364 | 1374 | ||