Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1 V3] insane.bbclass: add QA check: file-rdeps
@ 2014-08-15 11:08 Robert Yang
  2014-08-15 11:08 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-08-15 11:08 UTC (permalink / raw)
  To: openembedded-core

* V3: 
  - Check all the rdeps on the chain (A -> B -> C ...) as RP suggested.
  - Skip checking '/bin/bash' and '/usr/bin/perl' for nativesdk.
  - More commit messages:
    + Benefits:
      -> Help to fix file rdepends issues for ipk and deb 
      -> Help to fix abnormal rdepends.
      -> Help to check whether the rdepends is OK or not after build each
         recipe (don't have to install to the image), for example, a recipe may 
         generate 10 binary packages, only a part of them will be installed to
         the image by default, we can know whether the rdepends are OK or
         not for the ones which are installed, but can't know the ones which
         are not installed, this patch can help check all the 10 binary
         packages' rdepends.

* V2: 
  Refer build-deps to check all the files' rdepends rather than only
  check bash, perl and python as RP suggested.

* V1: 
  Initial version

// Robert

The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39:

  SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/file-rdeps
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/file-rdeps

Robert Yang (1):
  insane.bbclass: add QA check: file-rdeps

 meta/classes/insane.bbclass |   72 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 71 insertions(+), 1 deletion(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-15 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 11:08 [PATCH 0/1 V3] insane.bbclass: add QA check: file-rdeps Robert Yang
2014-08-15 11:08 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox