summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-qa-checks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-16 10:44:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-18 16:15:29 +0200
commit31d0bb239f5a572b23dc22a031b3dea1134db243 (patch)
treec6c0ccce27c3174ede39388bcbfc93e39b10bc56 /documentation/ref-manual/ref-qa-checks.xml
parente5255cce8685de49d06c5ef604b7afa95c8118d7 (diff)
downloadpoky-31d0bb239f5a572b23dc22a031b3dea1134db243.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
-rw-r--r--documentation/ref-manual/ref-qa-checks.xml8
1 files changed, 4 insertions, 4 deletions
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.
158 <para> 158 <para>
159 <itemizedlist> 159 <itemizedlist>
160 <listitem> 160 <listitem>
161 <para id='qa-issue-file->rdeps'> 161 <para id='qa-issue-file-rdeps'>
162 <code> 162 <code>
163 &lt;packagename&gt; requires &lt;files&gt;, but no providers in its RDEPENDS [file->rdeps] 163 &lt;packagename&gt; requires &lt;files&gt;, but no providers in its RDEPENDS [file-rdeps]
164 </code> 164 </code>
165 </para> 165 </para>
166 166
@@ -171,7 +171,7 @@ can be found then it should be implemented. I can't find one at the moment.
171 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>. 171 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>.
172 If particular files are required at runtime then 172 If particular files are required at runtime then
173 <filename>RDEPENDS</filename> should be declared in the 173 <filename>RDEPENDS</filename> should be declared in the
174 recipe to ensure they are present. 174 recipe to ensure the packages providing them are built.
175 </para> 175 </para>
176 176
177 <para> 177 <para>
@@ -186,7 +186,7 @@ can be found then it should be implemented. I can't find one at the moment.
186 <listitem> 186 <listitem>
187 <para id='qa-issue-build-deps'> 187 <para id='qa-issue-build-deps'>
188 <code> 188 <code>
189 &lt;packagename1&gt; rdepends on &lt;packagename2&gt;, but it isn't a builddependency? [build-deps] 189 &lt;packagename1&gt; rdepends on &lt;packagename2&gt;, but it isn't a build dependency? [build-deps]
190 </code> 190 </code>
191 </para> 191 </para>
192 192