mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-gpt-image INFO: Current version: 0.9.0 INFO: Latest version: 0.8.1 After the patch: $ devtool latest-version python3-gpt-image INFO: Current version: 0.9.0 INFO: Latest version: 0.9.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>