mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3dd477c469
commit
acdafd5ff7
@@ -1328,9 +1328,9 @@
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis><filename>debug-deps:</filename></emphasis>
|
||||
Checks that all packages except <filename>-dbg</filename>
|
||||
packages only depend on other <filename>-dbg</filename>
|
||||
packages and not on any other types of packages,
|
||||
which would cause a packaging bug.</para></listitem>
|
||||
packages do not depend on <filename>-dbg</filename>
|
||||
packages, which would cause a packaging bug.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis><filename>debug-files:</filename></emphasis>
|
||||
Checks for <filename>.debug</filename> directories in anything but the
|
||||
<filename>-dbg</filename> package.
|
||||
@@ -1357,9 +1357,9 @@
|
||||
<filename>.desktop</filename> files.</para></listitem>
|
||||
<listitem><para><emphasis><filename>dev-deps:</filename></emphasis>
|
||||
Checks that all packages except <filename>-dev</filename>
|
||||
or <filename>-staticdev</filename> packages depend on
|
||||
<filename>-dev</filename> packages and not on any other types
|
||||
of packages, which would be a packaging bug.</para></listitem>
|
||||
or <filename>-staticdev</filename> packages do not depend on
|
||||
<filename>-dev</filename> packages, which would be a
|
||||
packaging bug.</para></listitem>
|
||||
<listitem><para><emphasis><filename>dev-so:</filename></emphasis>
|
||||
Checks that the <filename>.so</filename> symbolic links are in the
|
||||
<filename>-dev</filename> package and not in any of the other packages.
|
||||
|
||||
Reference in New Issue
Block a user