diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-09-08 19:47:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:22:07 +0100 |
commit | 0736079dc614da90b548236ba81679ae25adc3b2 (patch) | |
tree | 08f06e72525e1545838801f68a7fe25f55343d2a /meta-skeleton | |
parent | 6b889ff46e1958919deb37421ef7fd4ca10eedb2 (diff) | |
download | poky-0736079dc614da90b548236ba81679ae25adc3b2.tar.gz |
oeqa.buildperf: another fix for splitting 'nevr' string
When processing buildstats we determine recipe name, epoch, version and
revision from the per-recipe buildstat directory name. One previous
patch made an assumption that package version starts with a number.
That might not be true because of a packaging mistake or whatever
reason. Thus, if a version starting with a number is not found, fall
back to the "old" method of just taking the second-last dash-delimited
part (the one before revision).
(From OE-Core rev: 936eb9aac055f1d4f41bb351477a0f5bebf76a0e)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions