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 14:38:52 +0100 |
commit | 9aeaae7b786a42d213ad4224743dfd49e2324077 (patch) | |
tree | ece72afa13d2ac601e70296705edf3e98ffaf74a /meta/recipes-core/libxml | |
parent | b41148cda9f0cc292b662a8473f26bc1ee0148f3 (diff) | |
download | openembedded-core-9aeaae7b786a42d213ad4224743dfd49e2324077.tar.gz openembedded-core-9aeaae7b786a42d213ad4224743dfd49e2324077.tar.bz2 openembedded-core-9aeaae7b786a42d213ad4224743dfd49e2324077.tar.xz openembedded-core-9aeaae7b786a42d213ad4224743dfd49e2324077.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/libxml')
0 files changed, 0 insertions, 0 deletions