diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-15 12:01:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:14:21 +0100 |
commit | c71ea3831a9d40e37f47015cf0d14ab7fd61077d (patch) | |
tree | 06efccdab638539732d0316993e2ff6bd86cdca8 /meta/recipes-devtools/gcc/gcc-runtime_5.3.bb | |
parent | 3428c1db71d35fc811b9fb1fc2f0ba1edd237f8c (diff) | |
download | poky-c71ea3831a9d40e37f47015cf0d14ab7fd61077d.tar.gz |
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)
(From OE-Core rev: 990db70dac60541ef14977177fff4361e31c51eb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime_5.3.bb')
0 files changed, 0 insertions, 0 deletions