From d5d81afd1cca821cc40b02a7640121efaf987403 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 15 Oct 2014 07:36:43 -0700 Subject: ref-manual: Added [file->rdeps] QA error message. (From yocto-docs rev: d0546876a775c3d632a4a270aaaa8790a1e0535b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'documentation/ref-manual/ref-qa-checks.xml') diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 3f4e7d8fa1..4b2c360ab1 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml @@ -155,6 +155,32 @@ can be found then it should be implemented. I can't find one at the moment. + + + + + + <packagename> requires <files>, but no providers in its RDEPENDS [file->rdeps] + + + + + A file-level dependency has been identified from the + specified package on the specified files, but there is + no explicit corresponding entry in + RDEPENDS. + If particular files are required at runtime then + RDEPENDS should be declared in the + recipe to ensure they are present. + + + +   + + + + + -- cgit v1.2.3-54-g00ecf