]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch2: wget latest_versionstring improvments in get version by dir
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 13 Feb 2015 21:58:11 +0000 (15:58 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2015 09:12:40 +0000 (09:12 +0000)
commit1a75b3707743c32eec9d2cf566fb6bbea9f73784
treed0c80b5b92d7622d0dfd40760c6ab9ffcc9418c5
parent5f7c5eb218a221165f59a0f4dd48d2d97f756193
fetch2: wget latest_versionstring improvments in get version by dir

Add support for scan every version directory using _check_latest_version
makes code more robust because sometimes upstream projects publish
new directories without files, causing don't find version.

To support this new behaviour remove _check_latest_dir and replace for
_check_latest_version_by_dir,

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/wget.py