diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-23 08:06:26 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 13:16:14 +0000 |
commit | 9cf69793a8faac26da829f138f6a6347bad0c0ff (patch) | |
tree | 03e4c562e9e44e1c6e84b26f6aadf8d3a36e8839 | |
parent | 05adf62115e4bc459dc8a9b22a979993bcaa64ad (diff) | |
download | poky-9cf69793a8faac26da829f138f6a6347bad0c0ff.tar.gz |
dev-manual: Removed left-over notes from "Unpacking Code" section.
(From yocto-docs rev: 0b082a87d4e7d4ee627e1b014269bd1946addcee)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3c7b5d6817..b31fcce80f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1580,9 +1580,6 @@ | |||
1580 | <section id='new-recipe-unpacking-code'> | 1580 | <section id='new-recipe-unpacking-code'> |
1581 | <title>Unpacking Code</title> | 1581 | <title>Unpacking Code</title> |
1582 | 1582 | ||
1583 | do_unpack unpacks the source, and S must be set | ||
1584 | > to point to where it will be unpacked | ||
1585 | |||
1586 | <para> | 1583 | <para> |
1587 | During the build, the <filename>do_unpack</filename> task | 1584 | During the build, the <filename>do_unpack</filename> task |
1588 | unpacks the source and | 1585 | unpacks the source and |