diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-07 14:08:15 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:51 +0100 |
| commit | 367da9198d61ec95afa90e112b1cca9dd9dbe5b2 (patch) | |
| tree | a0074775780965b6e16db7846545a940c43e478b /documentation | |
| parent | af36d33b18aa50d2c46e4dbe5033ecf945f57f0c (diff) | |
| download | poky-367da9198d61ec95afa90e112b1cca9dd9dbe5b2.tar.gz | |
ref-manual: Added new glossary entry for the PATCHTOOL variable.
(From yocto-docs rev: fa3e46c5a4debada71cbc9899dca506093d2a8c8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 21 insertions, 0 deletions
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" | |||
| 3024 | </glossdef> | 3024 | </glossdef> |
| 3025 | </glossentry> | 3025 | </glossentry> |
| 3026 | 3026 | ||
| 3027 | <glossentry id='var-PATCHTOOL'><glossterm>PATCHTOOL</glossterm> | ||
| 3028 | <glossdef> | ||
| 3029 | <para> | ||
| 3030 | Specifies the utility used to apply patches for a recipe | ||
| 3031 | during <filename>do_patch</filename>. | ||
| 3032 | The default utility used is "quilt" except for the | ||
| 3033 | quilt-native recipe itself. | ||
| 3034 | Because the quilt-native recipe is not available at the | ||
| 3035 | time it is being patched, it uses "patch". | ||
| 3036 | </para> | ||
| 3037 | |||
| 3038 | <para> | ||
| 3039 | If you wish to use an alternative patching tool, set the | ||
| 3040 | variable in the recipe: | ||
| 3041 | <literallayout class='monospaced'> | ||
| 3042 | PATCHTOOL = "tool-name" | ||
| 3043 | </literallayout> | ||
| 3044 | </para> | ||
| 3045 | </glossdef> | ||
| 3046 | </glossentry> | ||
| 3047 | |||
| 3027 | <glossentry id='var-PF'><glossterm>PF</glossterm> | 3048 | <glossentry id='var-PF'><glossterm>PF</glossterm> |
| 3028 | <glossdef> | 3049 | <glossdef> |
| 3029 | <para>Specifies the recipe or package name and includes all version and revision | 3050 | <para>Specifies the recipe or package name and includes all version and revision |
