mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 04:02:21 +01:00
python3: package tkinter's shared objects
Seems every time python is updated this gets removed. That's likely because the tk option can't be enabled in python3-native without creating a dependency loop. Instead of manually editing the manifest every time, explicitly add it in the recipe as suggested by Alexander Kanavin. (From OE-Core rev: d2e82fc12509950ea30fa20fcbe9fc148b6cff1c) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2f1782258
commit
3abce65a79
@@ -427,6 +427,7 @@ RPROVIDES:${PN}-modules = "${PN}"
|
||||
|
||||
FILES:${PN}-pydoc += "${bindir}/pydoc${PYTHON_MAJMIN} ${bindir}/pydoc3"
|
||||
FILES:${PN}-idle += "${bindir}/idle3 ${bindir}/idle${PYTHON_MAJMIN}"
|
||||
FILES:${PN}-tkinter += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_tkinter.*.so"
|
||||
|
||||
# provide python-pyvenv from python3-venv
|
||||
RPROVIDES:${PN}-venv += "${MLPREFIX}python3-pyvenv"
|
||||
|
||||
Reference in New Issue
Block a user