diff options
3 files changed, 0 insertions, 32 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index f20eff2195..ff48e9d142 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
@@ -36,7 +36,6 @@ PTESTS_FAST_META_OE = "\ | |||
36 | pegtl \ | 36 | pegtl \ |
37 | protobuf \ | 37 | protobuf \ |
38 | pv \ | 38 | pv \ |
39 | python3-pefile \ | ||
40 | sdbus-c++ \ | 39 | sdbus-c++ \ |
41 | uthash \ | 40 | uthash \ |
42 | xmlsec1 \ | 41 | xmlsec1 \ |
diff --git a/meta-oe/recipes-devtools/python/python3-pefile/run-ptest b/meta-oe/recipes-devtools/python/python3-pefile/run-ptest deleted file mode 100644 index 95ae72306f..0000000000 --- a/meta-oe/recipes-devtools/python/python3-pefile/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake --ignore=./tests/pefile_test.py | ||
diff --git a/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb b/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb deleted file mode 100644 index 87e651d9d5..0000000000 --- a/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | SUMMARY = "Python PE parsing module" | ||
2 | DESCRIPTION = "A multi-platform Python module to parse and work with Portable Executable (PE) files." | ||
3 | HOMEPAGE = "https://github.com/erocarrera/pefile" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e34c75178086aca0a17551ffbacaca53" | ||
6 | |||
7 | inherit setuptools3 ptest | ||
8 | SRCREV = "4b3b1e2e568a88d4f1897d694d684f23d9e270c4" | ||
9 | SRC_URI = "git://github.com/erocarrera/pefile;branch=master;protocol=https \ | ||
10 | file://run-ptest" | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||
14 | |||
15 | do_install_ptest() { | ||
16 | install -d ${D}${PTEST_PATH}/tests | ||
17 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
18 | } | ||
19 | |||
20 | RDEPENDS:${PN} += " \ | ||
21 | python3-mmap \ | ||
22 | python3-netclient \ | ||
23 | python3-stringold \ | ||
24 | " | ||
25 | RDEPENDS:${PN}-ptest += "\ | ||
26 | python3-pytest \ | ||
27 | python3-unittest-automake-output \ | ||
28 | " | ||