]> code.ossystems Code Review - openembedded-core.git/commit
recipeutils.py: allow all characters in regexes used to parse version strings
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 3 Aug 2015 16:29:54 +0000 (19:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 22:14:32 +0000 (15:14 -0700)
commitab609c471d85be3248b789c8ab2813957cd97e29
tree6aee87c34581d86b6fdd029d266a74a71acb3ab1
parent3f5d6405a0f4a5de14f7aebe430160c2256bf218
recipeutils.py: allow all characters in regexes used to parse version strings

Previously only numeric characters were matches and anything else was
discarded, so 4.0-rc3, 2005e, 1.0.2a and similar versions got truncated.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py