[OE-core] [PATCH 1/3] python3: remove empty python3-distutils-staticdev
Ross Burton
ross.burton at intel.com
Wed Jul 31 17:42:52 UTC 2019
distutils doesn't ship any static libraries, and the files this should pick up
do not exist. Copy/paste gone wrong maybe?
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
.../python/python3/python3-manifest.json | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 0803ac00334..b179215838a 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -512,18 +512,6 @@
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc"
]
},
- "distutils-staticdev": {
- "cached": [
- "${libdir}/python${PYTHON_MAJMIN}/config/__pycache__/lib*.a"
- ],
- "files": [
- "${libdir}/python${PYTHON_MAJMIN}/config/lib*.a"
- ],
- "rdepends": [
- "distutils"
- ],
- "summary": "Python distribution utilities (static libraries)"
- },
"distutils": {
"summary": "Python Distribution Utilities",
"rdepends": [
--
2.20.1
More information about the Openembedded-core
mailing list