diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-13 09:34:59 -0700 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:43 +0100 | 
| commit | 053ee260a868a6698a7b52ee187ac2d7039b4a95 (patch) | |
| tree | 626d09989016df84c207bd2148211a76a37cd6b6 /documentation/ref-manual | |
| parent | 6294f174d9e837f174653903fda2f4f9e3199705 (diff) | |
| download | poky-053ee260a868a6698a7b52ee187ac2d7039b4a95.tar.gz | |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 | 
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> | 
