mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
ref-manual: Added [build-deps] QA error message.
(From yocto-docs rev: 1883450fe2ca823dc258283a76012bf75b38615b) 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
d5d81afd1c
commit
e5255cce86
@@ -181,6 +181,36 @@ can be found then it should be implemented. I can't find one at the moment.
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para id='qa-issue-build-deps'>
|
||||||
|
<code>
|
||||||
|
<packagename1> rdepends on <packagename2>, but it isn't a builddependency? [build-deps]
|
||||||
|
</code>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
A runtime dependency exists between the two specified
|
||||||
|
packages, but there is nothing explicit within the recipe
|
||||||
|
to enable the OpenEmbedded build system to ensure that
|
||||||
|
dependency is satisfied.
|
||||||
|
This condition is usually triggered by an
|
||||||
|
<link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
|
||||||
|
value being added at the packaging stage rather than up
|
||||||
|
front, which is usually automatic based on the contents of
|
||||||
|
the package.
|
||||||
|
In most cases, you should change the recipe to add an
|
||||||
|
explicit <filename>RDEPENDS</filename> for the dependency.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user