From c375134c6a6f638260ae81d7f2c1a8e7f680485f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Sep 2013 09:25:43 -0700 Subject: [PATCH] dev-manual: Updated wording to be more professional for broken build. (From yocto-docs rev: 133b40d224740c23573ae473d5a2938ae069158a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.