diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-13 10:58:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-12 22:46:02 -0800 |
| commit | 0fe731f52ca4bec8943b45b9495fb0421ae5d424 (patch) | |
| tree | 41b261dbff56f908272ebdb3d2486a22957d2d19 | |
| parent | 51bfc27ddb4f3c7ae66e41010f281b81ea5082b6 (diff) | |
| download | meta-openembedded-0fe731f52ca4bec8943b45b9495fb0421ae5d424.tar.gz | |
python3-gpt-image: add UPSTREAM_CHECK_PYPI_PACKAGE
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>
| -rw-r--r-- | meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb index a4870de113..90b77cdfea 100644 --- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb +++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb | |||
| @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=db5f8de88d13d0917db21293d0e82e1d" | |||
| 8 | DEPENDS += "python3-pip" | 8 | DEPENDS += "python3-pip" |
| 9 | 9 | ||
| 10 | PYPI_PACKAGE = "gpt_image" | 10 | PYPI_PACKAGE = "gpt_image" |
| 11 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 12 | |||
| 11 | SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" | 13 | SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" |
| 12 | 14 | ||
| 13 | inherit pypi python3native python_setuptools_build_meta ptest-python-pytest | 15 | inherit pypi python3native python_setuptools_build_meta ptest-python-pytest |
