From 6a655bb023f2f4dc15ed6e107727157e833f9b20 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 13:38:05 -0600 Subject: [PATCH] ref-manual: Added the patch class. (From yocto-docs rev: 359e4bd3b26ed45bc3dfe42339d99bfad7b3b1ac) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 320108e873..f9cf72c676 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1344,6 +1344,21 @@ +
+ <filename>patch.bbclass</filename> + + + The patch class provides all functionality for + applying patches during the do_patch task. + + + + This class is enabled by default because it is inherited by the + base + class. + +
+
Perl Modules - <filename>cpan.bbclass</filename>