Files
poky/meta/lib/oe
Andreas Oberritter 571c9c7980 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>
2012-02-23 22:52:21 +00:00
..
2010-05-06 12:48:05 +01:00
2011-06-28 13:55:43 +01:00
2011-10-14 14:36:58 +01:00
2011-11-27 10:25:34 +00:00
2011-03-23 15:43:54 +00:00
2011-05-16 15:32:19 +01:00