From e5255cce8685de49d06c5ef604b7afa95c8118d7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 15 Oct 2014 07:44:49 -0700 Subject: ref-manual: Added [build-deps] QA error message. (From yocto-docs rev: 1883450fe2ca823dc258283a76012bf75b38615b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 4b2c360..0b364be 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml @@ -184,6 +184,36 @@ can be found then it should be implemented. I can't find one at the moment. + + + <packagename1> rdepends on <packagename2>, but it isn't a builddependency? [build-deps] + + + + + A runtime dependency exists between the two specified + packages, but there is nothing explicit within the recipe + to enable the OpenEmbedded build system to ensure that + dependency is satisfied. + This condition is usually triggered by an + RDEPENDS + value being added at the packaging stage rather than up + front, which is usually automatic based on the contents of + the package. + In most cases, you should change the recipe to add an + explicit RDEPENDS for the dependency. + + + +   + + + + + + + + non -dev/-dbg/-nativesdk package contains symlink .so: <packagename> path '<path>' [dev-so] -- cgit v1.1