From 4ec758acd36be0c9dc68c11881b5d8d01b2655fd 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: c22ed24d16a5a9e6476d02b48a51c5c5a4937912) 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>