summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-11-22 21:38:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-22 22:39:45 +0000
commitf68a10b5cf7e0ffc558b01d56bd7801a0696cf29 (patch)
treeb2de817128ad9d2521f5e31c9aa1b0e2e436b710 /meta/recipes-devtools/python/python3/python3-manifest.json
parent44a65473a1a9394519ce143f74413bd7777ed657 (diff)
downloadpoky-f68a10b5cf7e0ffc558b01d56bd7801a0696cf29.tar.gz
python3: make tkinter available when enabled
After Python upgrade to 3.11, it requires pkg-config to detect tcl and tk when configure tkinter, so add tcl depends to fix below error. | The necessary bits to build these optional modules were not found: | _tkinter (From OE-Core rev: 163966765d57fe38e13d0b6659795a13bc702e2d) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 64203cf0fc..58e6f28a69 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -1173,6 +1173,7 @@
1173 "core" 1173 "core"
1174 ], 1174 ],
1175 "files": [ 1175 "files": [
1176 "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_tkinter.*.so",
1176 "${libdir}/python${PYTHON_MAJMIN}/tkinter" 1177 "${libdir}/python${PYTHON_MAJMIN}/tkinter"
1177 ], 1178 ],
1178 "cached": [] 1179 "cached": []