mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
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 dc53efed84)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION = "GPT Image is used to Create GUID Partition Table disk images \
|
||||
on local disks. Written in pure Python gpt-image allows GPT disk images to \
|
||||
be built on a local filesystem and exported to a destination device."
|
||||
SUMMARY = "GPT Image (pure python)"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d91d608dc8f12334a889700389229b7b"
|
||||
|
||||
DEPENDS += "python3-pip"
|
||||
|
||||
PYPI_PACKAGE = "gpt_image"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd1f4594"
|
||||
|
||||
inherit pypi python3native python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
do_install:append() {
|
||||
rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user