generic-poky/meta/lib/oeqa/sdk
Ross Burton 675843d540 oeqa: fix hasPackage, add hasPackageMatch
hasPackage() was looking for the string provided as an RE substring in the
manifest, which resulted in a large number of false positives (i.e. libgtkfoo
would match "gtk+").

Rewrite the manifest loader to parse the files into a proper data structure,
change hasPackage to do full string matches, and add hasPackageMatch which does
RE substring matches.

(From OE-Core rev: b9409863af71899e02275439949e3f4cdfaf2d0f)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-06-23 14:26:14 +01:00
..
__init__.py oeqa/sdk/: add sdk tests for sudoku, iptables and cvs 2014-08-18 08:55:54 +01:00
buildcvs.py oeqa/sdk/: add sdk tests for sudoku, iptables and cvs 2014-08-18 08:55:54 +01:00
buildiptables.py oeqa/sdk/: add sdk tests for sudoku, iptables and cvs 2014-08-18 08:55:54 +01:00
buildsudoku.py oeqa: fix hasPackage, add hasPackageMatch 2016-06-23 14:26:14 +01:00
gcc.py oeqa/sdk/gcc: Fix makefile test 2015-09-28 12:00:31 +01:00
perl.py lib/oeqa: Add sdk tests for gcc/perl/python 2015-04-29 10:58:55 +01:00
python.py lib/oeqa: Add sdk tests for gcc/perl/python 2015-04-29 10:58:55 +01:00