From: Scott Rifenbark Date: Wed, 7 Aug 2013 11:08:15 +0000 (+0300) Subject: ref-manual: Added new glossary entry for the PATCHTOOL variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=367da9198d61ec95afa90e112b1cca9dd9dbe5b2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added new glossary entry for the PATCHTOOL variable. (From yocto-docs rev: fa3e46c5a4debada71cbc9899dca506093d2a8c8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a90a3a0272b..958d2feb15a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3024,6 +3024,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PATCHTOOL + + + Specifies the utility used to apply patches for a recipe + during do_patch. + The default utility used is "quilt" except for the + quilt-native recipe itself. + Because the quilt-native recipe is not available at the + time it is being patched, it uses "patch". + + + + If you wish to use an alternative patching tool, set the + variable in the recipe: + + PATCHTOOL = "tool-name" + + + + + PF Specifies the recipe or package name and includes all version and revision