ref-manual: Added [file->rdeps] QA error message.

(From yocto-docs rev: d0546876a775c3d632a4a270aaaa8790a1e0535b)

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-15 07:36:43 -07:00 committed by Richard Purdie
parent 41173c8d7d
commit d5d81afd1c
1 changed files with 26 additions and 0 deletions

View File

@ -155,6 +155,32 @@ can be found then it should be implemented. I can't find one at the moment.
</itemizedlist>
</para>
<para>
<itemizedlist>
<listitem>
<para id='qa-issue-file->rdeps'>
<code>
&lt;packagename&gt; requires &lt;files&gt;, but no providers in its RDEPENDS [file->rdeps]
</code>
</para>
<para>
A file-level dependency has been identified from the
specified package on the specified files, but there is
no explicit corresponding entry in
<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.
</para>
<para>
&nbsp;
</para>
</listitem>
</itemizedlist>
</para>
<para>
<itemizedlist>
<listitem>