summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2024-03-04 06:12:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 12:24:49 +0000
commitd827eec21c99b0aa189589aabac6ae3bd188cfc0 (patch)
tree9dd017dbdaaa2a8ab7ac2b478fd7aff6562a5d2c /meta/recipes-devtools
parent2c0d94e4f7070db095bce43d594bc55f90777edd (diff)
downloadpoky-d827eec21c99b0aa189589aabac6ae3bd188cfc0.tar.gz
python3-cryptography_42.0.5.bb: delete redundant ptest packaging
Since FILES:${PN}-ptest is already defined to include the contents of ${PTEST_PATH}, adding such an entry to the package is superfluous. (From OE-Core rev: 61949efcdb496b27d03f89ccde3d16c8cf4a56d5) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography_42.0.5.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb b/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb
index 2bcb5717e4..732f925d92 100644
--- a/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb
@@ -60,9 +60,6 @@ do_install_ptest() {
60 cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/ 60 cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/
61} 61}
62 62
63FILES:${PN}-ptest += " \
64 ${PTEST_PATH}/check-memfree.py \
65"
66FILES:${PN}-dbg += " \ 63FILES:${PN}-dbg += " \
67 ${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/hazmat/bindings/.debug \ 64 ${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/hazmat/bindings/.debug \
68" 65"