diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-11 09:25:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 16:50:11 +0100 |
commit | c375134c6a6f638260ae81d7f2c1a8e7f680485f (patch) | |
tree | c1581a82871d40f54cbeaf60170383f3cd2db8b9 | |
parent | 775fbab59796023e24aabb8c6c8deeb8c5434c8f (diff) | |
download | poky-c375134c6a6f638260ae81d7f2c1a8e7f680485f.tar.gz |
dev-manual: Updated wording to be more professional for broken build.
(From yocto-docs rev: 133b40d224740c23573ae473d5a2938ae069158a)
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, 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 2a3891e58d..1545258e32 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2977,7 +2977,8 @@ | |||
2977 | Use this variable to prevent specific packages from | 2977 | Use this variable to prevent specific packages from |
2978 | being installed regardless of whether they are | 2978 | being installed regardless of whether they are |
2979 | "recommended-only" or not. | 2979 | "recommended-only" or not. |
2980 | You need to realize that things could break when you | 2980 | You need to realize that the build process could |
2981 | fail with an error when you | ||
2981 | prevent the installation of a package whose presence | 2982 | prevent the installation of a package whose presence |
2982 | is required by an installed package. | 2983 | is required by an installed package. |
2983 | </para></listitem> | 2984 | </para></listitem> |