Searched refs:vercmp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.6.rst | 91 - ``bb.vercmp``: Use ``bb.utils.vercmp``.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | providers.py | 211 …if (latest is None) or ((latest_p == dp) and (utils.vercmp(latest, (pe, pv, pr)) < 0)) or (dp > la…
|
| H A D | utils.py | 124 def vercmp(ta, tb): function 139 return vercmp(ta, tb)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | wget.py | 447 return bb.utils.vercmp(("0", oldpv, ""), ("0", newpv, ""))
|
| H A D | git.py | 799 if verstring and bb.utils.vercmp(("0", tag, ""), ("0", verstring, "")) < 0:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 424 … if bb.utils.vercmp(bb.utils.split_version(dvai), bb.utils.split_version(dvbi)) > 0:
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | buildhistory.bbclass | 293 r = bb.utils.vercmp((pkge, pkgv, pkgr), (last_pkge, last_pkgv, last_pkgr))
|