diff mbox series

[3/5] python3-cryptography: remove obsolete explicit debug packaging

Message ID 20260427210847.3027890-3-ross.burton@arm.com
State Accepted, archived
Commit 9c7c51f917cc72563c833f8e242eb34ad7baf1dc
Headers show
Series [1/5] dhcpcd: remove obsolete explicit debug packaging | expand

Commit Message

Ross Burton April 27, 2026, 9:08 p.m. UTC
The .debug directories are packaged automatically by default, so this is
redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-cryptography.bb | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb
index fc5cb50b029..9387dd725a8 100644
--- a/meta/recipes-devtools/python/python3-cryptography.bb
+++ b/meta/recipes-devtools/python/python3-cryptography.bb
@@ -69,8 +69,4 @@  do_install_ptest() {
     cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/
 }
 
-FILES:${PN}-dbg += " \
-    ${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/hazmat/bindings/.debug \
-"
-
 BBCLASSEXTEND = "native nativesdk"