]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Added new glossary entry for the PATCHTOOL variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 7 Aug 2013 11:08:15 +0000 (14:08 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:51 +0000 (13:18 +0100)
(From yocto-docs rev: fa3e46c5a4debada71cbc9899dca506093d2a8c8)

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 a90a3a0272bed50c0b8e26d463fbcdef7b73310d..958d2feb15a6d77cc5014134c276367f63b7888f 100644 (file)
@@ -3024,6 +3024,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-PATCHTOOL'><glossterm>PATCHTOOL</glossterm>
+            <glossdef>
+                <para>
+                    Specifies the utility used to apply patches for a recipe
+                    during <filename>do_patch</filename>.
+                    The default utility used is "quilt" except for the
+                    quilt-native recipe itself.
+                    Because the quilt-native recipe is not available at the
+                    time it is being patched, it uses "patch".
+                </para>
+
+                <para>
+                    If you wish to use an alternative patching tool, set the
+                    variable in the recipe:
+                    <literallayout class='monospaced'>
+     PATCHTOOL = "tool-name"
+                    </literallayout>
+                </para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-PF'><glossterm>PF</glossterm>
             <glossdef>
                 <para>Specifies the recipe or package name and includes all version and revision