From 367da9198d61ec95afa90e112b1cca9dd9dbe5b2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 7 Aug 2013 14:08:15 +0300 Subject: 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 --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a90a3a0272..958d2feb15 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 -- cgit v1.2.3-54-g00ecf