diff options
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 4b2c360ab1..0b364be59c 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
@@ -184,6 +184,36 @@ can be found then it should be implemented. I can't find one at the moment. | |||
184 | <para> | 184 | <para> |
185 | <itemizedlist> | 185 | <itemizedlist> |
186 | <listitem> | 186 | <listitem> |
187 | <para id='qa-issue-build-deps'> | ||
188 | <code> | ||
189 | <packagename1> rdepends on <packagename2>, but it isn't a builddependency? [build-deps] | ||
190 | </code> | ||
191 | </para> | ||
192 | |||
193 | <para> | ||
194 | A runtime dependency exists between the two specified | ||
195 | packages, but there is nothing explicit within the recipe | ||
196 | to enable the OpenEmbedded build system to ensure that | ||
197 | dependency is satisfied. | ||
198 | This condition is usually triggered by an | ||
199 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link> | ||
200 | value being added at the packaging stage rather than up | ||
201 | front, which is usually automatic based on the contents of | ||
202 | the package. | ||
203 | In most cases, you should change the recipe to add an | ||
204 | explicit <filename>RDEPENDS</filename> for the dependency. | ||
205 | </para> | ||
206 | |||
207 | <para> | ||
208 | | ||
209 | </para> | ||
210 | </listitem> | ||
211 | </itemizedlist> | ||
212 | </para> | ||
213 | |||
214 | <para> | ||
215 | <itemizedlist> | ||
216 | <listitem> | ||
187 | <para id='qa-issue-dev-so'> | 217 | <para id='qa-issue-dev-so'> |
188 | <code> | 218 | <code> |
189 | non -dev/-dbg/-nativesdk package contains symlink .so: <packagename> path '<path>' [dev-so] | 219 | non -dev/-dbg/-nativesdk package contains symlink .so: <packagename> path '<path>' [dev-so] |