summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 13:45:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:46 +0000
commiteb48cd7b5617c73bfe3250a90f9eeda0b41d4bd2 (patch)
tree99358ba297e13046b5fe23049bdc1b17083cee5d /documentation
parent6a655bb023f2f4dc15ed6e107727157e833f9b20 (diff)
downloadpoky-eb48cd7b5617c73bfe3250a90f9eeda0b41d4bd2.tar.gz
ref-manual: Added the perlnative class.
(From yocto-docs rev: a55691268830692cdef40fd174e4028ca73ea871) 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.xml10
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