diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-04 15:03:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-04 16:44:57 +0100 |
commit | dfd0116a52b1a0d69b7125be5040ef424fc4fa88 (patch) | |
tree | 1e6d402f97d9dea5d11956e26bdf9bdb262e8487 /meta/classes | |
parent | 1c34d5822d9cccdfb5954c583f31fa8bdceaf075 (diff) | |
download | poky-dfd0116a52b1a0d69b7125be5040ef424fc4fa88.tar.gz |
bitbake/utils: Convert vercmp_string() to use vercmp internally
Having two different version comparision algorithms in bitbake has never seemed
like a sensible idea. Worryingly, they also return different results to each other.
The vercmp_string API is relatively unused with no users in OE-Core or BitBake
itself for example. This patch converts it to use vercmp internalls, bringing
consitency to the comparisions which is easy now we have other recently added
functions. Yes, this changes behaviour but in this case I'd prefer we were
consistent than having two different comparisions.
(Bitbake rev: a569c816e016447d60624c59a750709d59a0f455)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions