diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3')
-rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 24f9805fbd..0a4ab2cbe4 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
@@ -212,6 +212,7 @@ | |||
212 | "files": [ | 212 | "files": [ |
213 | "${bindir}/python*[!-config]", | 213 | "${bindir}/python*[!-config]", |
214 | "${includedir}/python${PYTHON_BINABI}/pyconfig*.h", | 214 | "${includedir}/python${PYTHON_BINABI}/pyconfig*.h", |
215 | "${prefix}/lib/python${PYTHON_MAJMIN}/config*/*[!.a]", | ||
215 | "${libdir}/python${PYTHON_MAJMIN}/UserDict.py", | 216 | "${libdir}/python${PYTHON_MAJMIN}/UserDict.py", |
216 | "${libdir}/python${PYTHON_MAJMIN}/UserList.py", | 217 | "${libdir}/python${PYTHON_MAJMIN}/UserList.py", |
217 | "${libdir}/python${PYTHON_MAJMIN}/UserString.py", | 218 | "${libdir}/python${PYTHON_MAJMIN}/UserString.py", |
@@ -491,8 +492,7 @@ | |||
491 | "${libdir}/*.la", | 492 | "${libdir}/*.la", |
492 | "${libdir}/*.o", | 493 | "${libdir}/*.o", |
493 | "${libdir}/lib*${SOLIBSDEV}", | 494 | "${libdir}/lib*${SOLIBSDEV}", |
494 | "${libdir}/pkgconfig", | 495 | "${libdir}/pkgconfig" |
495 | "${prefix}/lib/python${PYTHON_MAJMIN}/config*/" | ||
496 | ], | 496 | ], |
497 | "rdepends": [ | 497 | "rdepends": [ |
498 | "core" | 498 | "core" |