aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-11 09:25:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-12 16:50:11 +0100
commitc375134c6a6f638260ae81d7f2c1a8e7f680485f (patch)
treec1581a82871d40f54cbeaf60170383f3cd2db8b9 /documentation
parent775fbab59796023e24aabb8c6c8deeb8c5434c8f (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation')
-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 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 @@
Use this variable to prevent specific packages from
being installed regardless of whether they are
"recommended-only" or not.
- You need to realize that things could break when you
+ You need to realize that the build process could
+ fail with an error when you
prevent the installation of a package whose presence
is required by an installed package.
</para></listitem>