diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-07 17:53:14 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-08 10:57:19 +0000 |
| commit | c92e780c85523fe860602b947b029d7782afa47a (patch) | |
| tree | b5e0a128ee7729b92fd916c419cb925673ce3fb4 /meta/recipes-devtools/python/python3/python3-manifest.json | |
| parent | d772d8bb1b79860a0d3667e64015e9770520b80b (diff) | |
| download | poky-c92e780c85523fe860602b947b029d7782afa47a.tar.gz | |
python3: tweaks to achieve 100% pass rate in ptest
(From OE-Core rev: 22f4f1ef17219448416b7cf2a570c7acd7149a64)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
| -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" |
