]> code.ossystems Code Review - openembedded-core.git/commit
verify-homepage: fix recipe file selection
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Jul 2015 11:04:23 +0000 (12:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:36:58 +0000 (11:36 +0000)
commit3e81d209fd8c76fce5bee19acb591483c1335119
treefdbcd758b1c83da4989b04e46419fa27ee7da464
parent6ee412409ff9331847fbe4e44d1c2a47d2453f18
verify-homepage: fix recipe file selection

* We need to check all recipe files, not just the preferred ones
  (i.e. we have multiple recipes for different versions of the same
  piece of software). Print the recipe file name (without path) so we
  can tell the difference between them.
* We can skip BBCLASSEXTENDed variants of recipes

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/verify-homepage.py