From eb48cd7b5617c73bfe3250a90f9eeda0b41d4bd2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 13:45:57 -0600 Subject: [PATCH] ref-manual: Added the perlnative class. (From yocto-docs rev: a55691268830692cdef40fd174e4028ca73ea871) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ +
+ <filename>perlnative.bbclass</filename> + + + When inherited by a recipe, the perlnative class + supports using the native version of Perl built by the build system + rather than using the version provided by the build host. + +
+
Perl Modules - <filename>cpan.bbclass</filename>