summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json1
-rw-r--r--meta/recipes-devtools/python/python3_3.11.0.bb1
2 files changed, 2 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": []
diff --git a/meta/recipes-devtools/python/python3_3.11.0.bb b/meta/recipes-devtools/python/python3_3.11.0.bb
index 93628c76ff..16a9e04cc9 100644
--- a/meta/recipes-devtools/python/python3_3.11.0.bb
+++ b/meta/recipes-devtools/python/python3_3.11.0.bb
@@ -107,6 +107,7 @@ PACKAGECONFIG[editline] = "--with-readline=editline,,libedit,,,readline"
107# Use profile guided optimisation by running PyBench inside qemu-user 107# Use profile guided optimisation by running PyBench inside qemu-user
108PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native" 108PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native"
109PACKAGECONFIG[tk] = ",,tk" 109PACKAGECONFIG[tk] = ",,tk"
110PACKAGECONFIG[tcl] = ",,tcl"
110PACKAGECONFIG[gdbm] = ",,gdbm" 111PACKAGECONFIG[gdbm] = ",,gdbm"
111PACKAGECONFIG[lto] = "--with-lto,," 112PACKAGECONFIG[lto] = "--with-lto,,"
112 113