[oe-commits] [openembedded-core] 17/30: python3: install _tkinter.*.so to python3-tkinter package

git at git.openembedded.org git at git.openembedded.org
Thu Feb 13 14:27:28 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 114ccb27097946a483e2811f5fe75c23f14095b9
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed Feb 12 14:24:40 2020 +0800

    python3: install _tkinter.*.so to python3-tkinter package
    
    When enable PACKAGECONFIG[tk], we should install _tkinter.*.so to
    python3-tkinter package rather than python3-misc package.
    
    Fixes:
    ERROR: python3-3.8.1-r0 do_package_qa: QA Issue:
    /usr/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so
    contained in package python3-misc requires libtk8.6.so()(64bit), but no
    providers found in RDEPENDS_python3-misc? [file-rdeps]
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3/python3-manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index cbfa8d5..251271c 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -1127,6 +1127,7 @@
             "core"
         ],
         "files": [
+            "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_tkinter.*.so",
             "${libdir}/python${PYTHON_MAJMIN}/tkinter"
         ],
         "cached": []

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list