summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 764c8072da..e17895f73c 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"
3656 <para> 3656 <para>
3657 Specifies the utility used to apply patches for a recipe 3657 Specifies the utility used to apply patches for a recipe
3658 during <filename>do_patch</filename>. 3658 during <filename>do_patch</filename>.
3659 You can specify one of three utilities: "patch", "quilt", or
3660 "git".
3659 The default utility used is "quilt" except for the 3661 The default utility used is "quilt" except for the
3660 quilt-native recipe itself. 3662 quilt-native recipe itself.
3661 Because the quilt tool is not available at the 3663 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"
3664 3666
3665 <para> 3667 <para>
3666 If you wish to use an alternative patching tool, set the 3668 If you wish to use an alternative patching tool, set the
3667 variable in the recipe: 3669 variable in the recipe using one of the following:
3668 <literallayout class='monospaced'> 3670 <literallayout class='monospaced'>
3669 PATCHTOOL = "tool-name" 3671 PATCHTOOL = "patch"
3672 PATCHTOOL = "quilt"
3673 PATCHTOOL = "git"
3670 </literallayout> 3674 </literallayout>
3671 </para> 3675 </para>
3672 </glossdef> 3676 </glossdef>