aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-16 09:39:07 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-16 11:39:45 -0700
commit9acde8f93452a9b9b96726bbdf154fe920dbcea9 (patch)
treeea9f2660d9e856a1511dac26cdf866b8fdbf2a0a /meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb
parent59e614fe67683268e08f91b1319f608ae08cbf48 (diff)
downloadmeta-openembedded-9acde8f93452a9b9b96726bbdf154fe920dbcea9.tar.gz
python3-uefi-firmware: upgrade 1.10 -> 1.11
License-Update: Remove Python version specific classifiers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb
deleted file mode 100644
index 539366c0d6..0000000000
--- a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Various data structures and parsing tools for UEFI firmware."
-DESCRIPTION = "This package contains Python UEFI firmware parser tool. The \
-UEFI firmware parser is a simple module and set of scripts for parsing, \
-extracting, and recreating UEFI firmware volumes. This includes parsing \
-modules for BIOS, OptionROM, Intel ME and other formats too."
-HOMEPAGE = "https://github.com/theopolis/uefi-firmware-parser"
-LICENSE = "BSD-2-Clause & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://setup.py;md5=90fa5bae1547550f1c1993f651eda955"
-
-SRC_URI = "git://github.com/theopolis/uefi-firmware-parser;protocol=https;branch=master"
-
-SRCREV = "dfb15b068960b771e2e1536d34790dac9b5bfe32"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-RDEPENDS:${PN} += " \
- python3-ctypes \
- python3-logging \
-"