diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-15 07:36:43 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:29 +0200 |
| commit | d5d81afd1cca821cc40b02a7640121efaf987403 (patch) | |
| tree | 1e307f0ebdf16e1578e4f1debb36a64359c629b4 /documentation/ref-manual/ref-qa-checks.xml | |
| parent | 41173c8d7d5adfbc27842015de75c54ceed50203 (diff) | |
| download | poky-d5d81afd1cca821cc40b02a7640121efaf987403.tar.gz | |
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>
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
| -rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 3f4e7d8fa1..4b2c360ab1 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
| @@ -158,6 +158,32 @@ can be found then it should be implemented. I can't find one at the moment. | |||
| 158 | <para> | 158 | <para> |
| 159 | <itemizedlist> | 159 | <itemizedlist> |
| 160 | <listitem> | 160 | <listitem> |
| 161 | <para id='qa-issue-file->rdeps'> | ||
| 162 | <code> | ||
| 163 | <packagename> requires <files>, but no providers in its RDEPENDS [file->rdeps] | ||
| 164 | </code> | ||
| 165 | </para> | ||
| 166 | |||
| 167 | <para> | ||
| 168 | A file-level dependency has been identified from the | ||
| 169 | specified package on the specified files, but there is | ||
| 170 | no explicit corresponding entry in | ||
| 171 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>. | ||
| 172 | If particular files are required at runtime then | ||
| 173 | <filename>RDEPENDS</filename> should be declared in the | ||
| 174 | recipe to ensure they are present. | ||
| 175 | </para> | ||
| 176 | |||
| 177 | <para> | ||
| 178 | | ||
| 179 | </para> | ||
| 180 | </listitem> | ||
| 181 | </itemizedlist> | ||
| 182 | </para> | ||
| 183 | |||
| 184 | <para> | ||
| 185 | <itemizedlist> | ||
| 186 | <listitem> | ||
| 161 | <para id='qa-issue-dev-so'> | 187 | <para id='qa-issue-dev-so'> |
| 162 | <code> | 188 | <code> |
| 163 | non -dev/-dbg/-nativesdk package contains symlink .so: <packagename> path '<path>' [dev-so] | 189 | non -dev/-dbg/-nativesdk package contains symlink .so: <packagename> path '<path>' [dev-so] |
