]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-cryptography: remove obsolete explicit debug packaging
authorRoss Burton <ross.burton@arm.com>
Mon, 27 Apr 2026 21:08:45 +0000 (22:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Apr 2026 16:48:53 +0000 (17:48 +0100)
The .debug directories are packaged automatically by default, so this is
redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cryptography.bb

index a2a2d3ac0c831dcdc57d75cc2fa9843f493d1428..7cff4ddacf1912646b9dc27a11824435a3f5a20c 100644 (file)
@@ -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"