aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb')
-rw-r--r--meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb
new file mode 100644
index 0000000..1405fc5
--- /dev/null
+++ b/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+# SPDX-License-Identifier: Apache-2.0
+
+SUMMARY = "Python pyelftools"
+HOMEPAGE = "https://pypi.org/project/pyelftools"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "pyelftools"
+SRC_URI[md5sum] = "061d67c669a9b1f8d07f28c47fb6a65f"
+SRC_URI[sha256sum] = "cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b"
+BBCLASSEXTEND = "native nativesdk"