diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-23 08:01:27 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 13:16:13 +0000 |
commit | 05adf62115e4bc459dc8a9b22a979993bcaa64ad (patch) | |
tree | 59a51421f16ee2aa37eb1243270becae3c5e8120 /documentation | |
parent | 58a475342543f3daecf63d172258c3d59e363043 (diff) | |
download | poky-05adf62115e4bc459dc8a9b22a979993bcaa64ad.tar.gz |
dev-manual: Changed "Compiling the Recipe" section to "Compilation"
You really are not compiling the recipe.
(From yocto-docs rev: 82ca9176375c34f3c5b6694b0f205794684a2f01)
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/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 9131267091..3c7b5d6817 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1823,8 +1823,8 @@ do_unpack unpacks the source, and S must be set | |||
1823 | </para> | 1823 | </para> |
1824 | </section> | 1824 | </section> |
1825 | 1825 | ||
1826 | <section id='new-recipe-compiling-the-recipe'> | 1826 | <section id='new-recipe-compilation'> |
1827 | <title>Compiling the Recipe</title> | 1827 | <title>Compilation</title> |
1828 | 1828 | ||
1829 | <para> | 1829 | <para> |
1830 | During a build, the <filename>do_compile</filename> task | 1830 | During a build, the <filename>do_compile</filename> task |