diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-28 11:01:27 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:15 +0100 |
| commit | acdafd5ff70cd7f81e5df00c76b4e92179797cda (patch) | |
| tree | ae9e5f9cb31934199f055f37b2e5f2d4a73b2e62 /documentation/ref-manual/ref-classes.xml | |
| parent | 3dd477c469af888cb222c160a5fda0f335c97acd (diff) | |
| download | poky-acdafd5ff70cd7f81e5df00c76b4e92179797cda.tar.gz | |
ref-manual: Edits to the QA checks message section and insane.bbclass.
Fixes [YOCTO #6159]
I applied some review edits to various parts of the QA chapter
as derived by Paul Eggleton. Also, updated two areas of the
insane.bbclass list.
(From yocto-docs rev: 6529a261961339b747bb3b89b3080ef794244809)
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-classes.xml')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index d00f00d3b2..706392488f 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -1328,9 +1328,9 @@ | |||
| 1328 | </para></listitem> | 1328 | </para></listitem> |
| 1329 | <listitem><para><emphasis><filename>debug-deps:</filename></emphasis> | 1329 | <listitem><para><emphasis><filename>debug-deps:</filename></emphasis> |
| 1330 | Checks that all packages except <filename>-dbg</filename> | 1330 | Checks that all packages except <filename>-dbg</filename> |
| 1331 | packages only depend on other <filename>-dbg</filename> | 1331 | packages do not depend on <filename>-dbg</filename> |
| 1332 | packages and not on any other types of packages, | 1332 | packages, which would cause a packaging bug. |
| 1333 | which would cause a packaging bug.</para></listitem> | 1333 | </para></listitem> |
| 1334 | <listitem><para><emphasis><filename>debug-files:</filename></emphasis> | 1334 | <listitem><para><emphasis><filename>debug-files:</filename></emphasis> |
| 1335 | Checks for <filename>.debug</filename> directories in anything but the | 1335 | Checks for <filename>.debug</filename> directories in anything but the |
| 1336 | <filename>-dbg</filename> package. | 1336 | <filename>-dbg</filename> package. |
| @@ -1357,9 +1357,9 @@ | |||
| 1357 | <filename>.desktop</filename> files.</para></listitem> | 1357 | <filename>.desktop</filename> files.</para></listitem> |
| 1358 | <listitem><para><emphasis><filename>dev-deps:</filename></emphasis> | 1358 | <listitem><para><emphasis><filename>dev-deps:</filename></emphasis> |
| 1359 | Checks that all packages except <filename>-dev</filename> | 1359 | Checks that all packages except <filename>-dev</filename> |
| 1360 | or <filename>-staticdev</filename> packages depend on | 1360 | or <filename>-staticdev</filename> packages do not depend on |
| 1361 | <filename>-dev</filename> packages and not on any other types | 1361 | <filename>-dev</filename> packages, which would be a |
| 1362 | of packages, which would be a packaging bug.</para></listitem> | 1362 | packaging bug.</para></listitem> |
| 1363 | <listitem><para><emphasis><filename>dev-so:</filename></emphasis> | 1363 | <listitem><para><emphasis><filename>dev-so:</filename></emphasis> |
| 1364 | Checks that the <filename>.so</filename> symbolic links are in the | 1364 | Checks that the <filename>.so</filename> symbolic links are in the |
| 1365 | <filename>-dev</filename> package and not in any of the other packages. | 1365 | <filename>-dev</filename> package and not in any of the other packages. |
