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:
committed by
Richard Purdie
parent
e5255cce86
commit
31d0bb239f
@@ -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>
|
||||
<packagename> requires <files>, but no providers in its RDEPENDS [file->rdeps]
|
||||
<packagename> requires <files>, 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>
|
||||
<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]
|
||||
</code>
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user