From: Scott Rifenbark Date: Fri, 13 Sep 2013 16:34:59 +0000 (-0700) Subject: ref-manual: Updated the PATCHTOOL variable description. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=053ee260a868a6698a7b52ee187ac2d7039b4a95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the PATCHTOOL variable description. The tool has only three utilities the user can pick from. The previous description implied unlimited tools. (From yocto-docs rev: aa9b1c7db1bb52fd903886dc4c47368ebb926905) 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 764c8072dae..e17895f73c5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3656,6 +3656,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the utility used to apply patches for a recipe during do_patch. + You can specify one of three utilities: "patch", "quilt", or + "git". The default utility used is "quilt" except for the quilt-native recipe itself. Because the quilt tool is not available at the @@ -3664,9 +3666,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" If you wish to use an alternative patching tool, set the - variable in the recipe: + variable in the recipe using one of the following: - PATCHTOOL = "tool-name" + PATCHTOOL = "patch" + PATCHTOOL = "quilt" + PATCHTOOL = "git"