diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 09:40:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:17 +0100 |
commit | 6c5bb9651d40976d787c9d823ad113815154668f (patch) | |
tree | 0baccf60116685eb871b4e1d77788f373242d797 /documentation | |
parent | 66114e019fbdbb32fb00d6fa31609973ec8b8ed5 (diff) | |
download | poky-6c5bb9651d40976d787c9d823ad113815154668f.tar.gz |
dev-manual: Edits to "Handling a Package Name Alias" section.
(From yocto-docs rev: 588a1fc235cd250bcd4620eb816c8f82bca106b2)
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b4eb9cf38a..e07a494c66 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3141,7 +3141,8 @@ | |||
3141 | $ bitbake world -f -c distro_check | 3141 | $ bitbake world -f -c distro_check |
3142 | </literallayout> | 3142 | </literallayout> |
3143 | The results are stored in the <filename>build/tmp/log/distro_check-${DATETIME}.results</filename> | 3143 | The results are stored in the <filename>build/tmp/log/distro_check-${DATETIME}.results</filename> |
3144 | file found in the Source Directory. | 3144 | file found in the |
3145 | <link linkend='source-directory'>Source Directory</link>. | ||
3145 | </para> | 3146 | </para> |
3146 | </section> | 3147 | </section> |
3147 | 3148 | ||