[OE-core] [PATCH] lib/oe/utils.py: use bb.utils.vercmp_string

Richard Purdie richard.purdie at linuxfoundation.org
Thu Feb 23 23:51:25 UTC 2012


On Thu, 2012-02-23 at 21:46 +0100, Andreas Oberritter wrote:
> Fixes the following warning:
> 
> | WARNING: .../meta/lib/oe/utils.py:31: DeprecationWarning: Call to deprecated function bb.vercmp_string: Please use bb.utils.vercmp_string instead.
> |  result = bb.vercmp(d.getVar(variable,True), checkvalue)
> 
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
>  meta/lib/oe/utils.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list