summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-25 17:17:06 +0800
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-12-17 14:00:22 +0530
commitf54fe071155b48379f43580f44daf3e701fc35b1 (patch)
treeef21f7522dc59cd8aef05c5eff2a3d8173cfb452 /meta-python
parent7c5fd57f845a3a4c4d0b5754bcfa53ca1357e229 (diff)
downloadmeta-openembedded-f54fe071155b48379f43580f44daf3e701fc35b1.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> (cherry picked from commit dc53efed84fd3c0239edea5aeba789a3b626edfe) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-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 \
3be built on a local filesystem and exported to a destination device." 3be built on a local filesystem and exported to a destination device."
4SUMMARY = "GPT Image (pure python)" 4SUMMARY = "GPT Image (pure python)"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=db5f8de88d13d0917db21293d0e82e1d" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=d91d608dc8f12334a889700389229b7b"
7 7
8DEPENDS += "python3-pip" 8DEPENDS += "python3-pip"
9 9
10PYPI_PACKAGE = "gpt_image" 10PYPI_PACKAGE = "gpt_image"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12 12
13SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" 13SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd1f4594"
14 14
15inherit pypi python3native python_setuptools_build_meta ptest-python-pytest 15inherit pypi python3native python_setuptools_build_meta ptest-python-pytest
16 16