lib/oe/utils.py: use bb.utils.vercmp_string
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 23 Feb 2012 20:46:13 +0000 (21:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 22:52:21 +0000 (22:52 +0000)
commit31c5b5190cd95e8e260657e5458bf8db7ab4175a
treee5bbc21aa64e1af21d530b7256e37595b248b8bb
parent4e620495eedaeb22471dd479c5669c114d36f437
lib/oe/utils.py: use bb.utils.vercmp_string

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)

(From OE-Core rev: 925a9729afaa9cd498661f7f363112c974b023a2)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/utils.py