summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-checksec-py_0.7.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-checksec-py_0.7.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-checksec-py_0.7.5.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-checksec-py_0.7.5.bb b/meta-python/recipes-devtools/python/python3-checksec-py_0.7.5.bb
new file mode 100644
index 0000000000..8d8e54e227
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-checksec-py_0.7.5.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Recipe to embedded the Python PiP Package checksec_py"
2HOMEPAGE = "https://pypi.org/project/checksec_py"
3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
5
6PR = "r0"
7
8inherit pypi python_poetry_core
9PYPI_PACKAGE = "checksec_py"
10SRC_URI[sha256sum] = "892854f95d17a76d8f45a5c0cc597b9f1bebced3fffb9c7205d0baaf5eace886"
11
12SRC_URI += " \
13 file://0001-main-Add-option-to-ignore-symlinks.patch \
14"
15
16RDEPENDS:${PN} += " \
17 python3-docopt \
18 python3-lief \
19 python3-pylddwrap \
20 python3-rich \
21"
22
23# python3-lief is not available for x86:
24# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
25COMPATIBLE_HOST:x86 = "null"
26
27BBCLASSEXTEND = "native nativesdk"