diff options
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 |
