[bitbake-devel] [PATCH 0/4] fetch2 latest_versionstring improvements

Aníbal Limón anibal.limon at linux.intel.com
Wed Jul 15 00:30:55 UTC 2015


Changes return of latest_versionstring method now returns current revision
in SCM's like git.

[YOCTO #7605]

Aníbal Limón (4):
  fetch2/git.py: latest_versionstring search in all tags
  fetch2/git.py: latest_versionstring now returns (version, revision)
  fetch2/wget.py: latest_versionstring now returns (version, revision)
  tests/fetch.py: Updated test name FetchMethodTest ->
    FetchLatestVersionTest

 lib/bb/fetch2/git.py  | 20 +++++++++++++-------
 lib/bb/fetch2/wget.py | 12 ++++++------
 lib/bb/tests/fetch.py |  8 +++++---
 3 files changed, 24 insertions(+), 16 deletions(-)

-- 
1.9.1




More information about the bitbake-devel mailing list