]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the PATCHTOOL variable description.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 13 Sep 2013 16:34:59 +0000 (09:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:20:43 +0000 (12:20 +0100)
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 764c8072dae339cc96fc5da7300f308ef40b976e..e17895f73c5ec12a3ee6a6dc9be34cae1dbbf37c 100644 (file)
@@ -3656,6 +3656,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                 <para>
                     Specifies the utility used to apply patches for a recipe
                     during <filename>do_patch</filename>.
+                    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"
 
                 <para>
                     If you wish to use an alternative patching tool, set the
-                    variable in the recipe:
+                    variable in the recipe using one of the following:
                     <literallayout class='monospaced'>
-     PATCHTOOL = "tool-name"
+     PATCHTOOL = "patch"
+     PATCHTOOL = "quilt"
+     PATCHTOOL = "git"
                     </literallayout>
                 </para>
             </glossdef>