Quellcode durchsuchen

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>
Scott Rifenbark vor 10 Jahren
Ursprung
Commit
d5d81afd1c
1 geänderte Dateien mit 26 neuen und 0 gelöschten Zeilen
  1. 26 0
      documentation/ref-manual/ref-qa-checks.xml

+ 26 - 0
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.
         </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>