mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d772d8bb1b
commit
c92e780c85
@@ -212,6 +212,7 @@
|
||||
"files": [
|
||||
"${bindir}/python*[!-config]",
|
||||
"${includedir}/python${PYTHON_BINABI}/pyconfig*.h",
|
||||
"${prefix}/lib/python${PYTHON_MAJMIN}/config*/*[!.a]",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/UserDict.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/UserList.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/UserString.py",
|
||||
@@ -491,8 +492,7 @@
|
||||
"${libdir}/*.la",
|
||||
"${libdir}/*.o",
|
||||
"${libdir}/lib*${SOLIBSDEV}",
|
||||
"${libdir}/pkgconfig",
|
||||
"${prefix}/lib/python${PYTHON_MAJMIN}/config*/"
|
||||
"${libdir}/pkgconfig"
|
||||
],
|
||||
"rdepends": [
|
||||
"core"
|
||||
|
||||
@@ -281,7 +281,7 @@ FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MA
|
||||
PACKAGES += "${PN}-man"
|
||||
FILES_${PN}-man = "${datadir}/man"
|
||||
|
||||
RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2"
|
||||
RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc"
|
||||
RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}"
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user