summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 09:40:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:31 +0100
commit38f50ac9df918ceba500096d59d1b0d51eb923de (patch)
tree22b55d6245880ee988ad218ba14e41bbfe9336d7 /documentation/dev-manual
parentb17cae78149d4ed2a54b94fee964b19a8013bab1 (diff)
downloadpoky-38f50ac9df918ceba500096d59d1b0d51eb923de.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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml3
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