diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-11-25 17:17:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-25 07:44:43 -0800 |
| commit | dc53efed84fd3c0239edea5aeba789a3b626edfe (patch) | |
| tree | ee38fbf4dce88be7e24888873675c18f1ea3b33a | |
| parent | 98420b06a750f77d2184df0a3862bb51b221c0ad (diff) | |
| download | meta-openembedded-dc53efed84fd3c0239edea5aeba789a3b626edfe.tar.gz | |
python3-gpt-image: upgrade 0.9.0 -> 0.9.1
Changelog:
Partition commit offset calculation
License-Update: file type changed to "ASCII text"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.1.bb (renamed from meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb) | 4 |
1 files changed, 2 insertions, 2 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.1.bb index 90b77cdfea..33bb3deca8 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.1.bb | |||
| @@ -3,14 +3,14 @@ on local disks. Written in pure Python gpt-image allows GPT disk images to \ | |||
| 3 | be built on a local filesystem and exported to a destination device." | 3 | be built on a local filesystem and exported to a destination device." |
| 4 | SUMMARY = "GPT Image (pure python)" | 4 | SUMMARY = "GPT Image (pure python)" |
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=db5f8de88d13d0917db21293d0e82e1d" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d91d608dc8f12334a889700389229b7b" |
| 7 | 7 | ||
| 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}" | 11 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" | 13 | SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd1f4594" |
| 14 | 14 | ||
| 15 | inherit pypi python3native python_setuptools_build_meta ptest-python-pytest | 15 | inherit pypi python3native python_setuptools_build_meta ptest-python-pytest |
| 16 | 16 | ||
