From 31d0bb239f5a572b23dc22a031b3dea1134db243 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Oct 2014 10:44:18 -0700 Subject: ref-manual: Minor edits for review on new QA checks. Fixed some minor issues with build-deps and file-rdeps. (From yocto-docs rev: b4250c9ba7d6a3d30c3dfb94d9e2e2eea6b47764) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 0b364be59c..969074bf60 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml @@ -158,9 +158,9 @@ 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] + <packagename> requires <files>, but no providers in its RDEPENDS [file-rdeps] @@ -171,7 +171,7 @@ can be found then it should be implemented. I can't find one at the moment. RDEPENDS. If particular files are required at runtime then RDEPENDS should be declared in the - recipe to ensure they are present. + recipe to ensure the packages providing them are built. @@ -186,7 +186,7 @@ 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] + <packagename1> rdepends on <packagename2>, but it isn't a build dependency? [build-deps] -- cgit v1.2.3-54-g00ecf