1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2014-10-16 10:44:18 -07:00
committed by Richard Purdie
parent e5255cce86
commit 31d0bb239f
2 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -158,9 +158,9 @@ can be found then it should be implemented. I can't find one at the moment.
<para>
<itemizedlist>
<listitem>
<para id='qa-issue-file->rdeps'>
<para id='qa-issue-file-rdeps'>
<code>
&lt;packagename&gt; requires &lt;files&gt;, but no providers in its RDEPENDS [file->rdeps]
&lt;packagename&gt; requires &lt;files&gt;, but no providers in its RDEPENDS [file-rdeps]
</code>
</para>
@@ -171,7 +171,7 @@ can be found then it should be implemented. I can't find one at the moment.
<link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>.
If particular files are required at runtime then
<filename>RDEPENDS</filename> should be declared in the
recipe to ensure they are present.
recipe to ensure the packages providing them are built.
</para>
<para>
@@ -186,7 +186,7 @@ can be found then it should be implemented. I can't find one at the moment.
<listitem>
<para id='qa-issue-build-deps'>
<code>
&lt;packagename1&gt; rdepends on &lt;packagename2&gt;, but it isn't a builddependency? [build-deps]
&lt;packagename1&gt; rdepends on &lt;packagename2&gt;, but it isn't a build dependency? [build-deps]
</code>
</para>