diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-16 11:18:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:14:44 +0100 |
commit | 339d4933a536e1d672f9d6854742e5ebf16f2639 (patch) | |
tree | 35835c0f8961181ff564e6842cd49c1c59fe586a /meta-yocto/recipes-kernel | |
parent | 60ab6fc60cba2ec2456125b618d23f98966468bd (diff) | |
download | poky-339d4933a536e1d672f9d6854742e5ebf16f2639.tar.gz |
base.bbclass: Fix PR increment bug when PR number is a single digit
PRINC which should add to base PR value has a problem when
the PR is single digit e.g. r0 - r9. Current algorithm
needed atleasts 2 digits to successfully populate end and begin
markers.
We reimplement the incrementing algorithm using regular expressions
which addressed the above mentioned problem and
simplifies the logic a bit and gets rid of loops and conditionals
(From OE-Core rev: 9aeaae7b786a42d213ad4224743dfd49e2324077)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-kernel')
0 files changed, 0 insertions, 0 deletions