summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3_3.11.2.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb b/meta/recipes-devtools/python/python3_3.11.2.bb
index 4a9aa9306b..810f0c2e00 100644
--- a/meta/recipes-devtools/python/python3_3.11.2.bb
+++ b/meta/recipes-devtools/python/python3_3.11.2.bb
@@ -95,9 +95,7 @@ CACHED_CONFIGUREVARS = " \
95" 95"
96 96
97# PGO currently causes builds to not be reproducible so disable by default, see YOCTO #13407 97# PGO currently causes builds to not be reproducible so disable by default, see YOCTO #13407
98PACKAGECONFIG:class-target ??= "editline gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}" 98PACKAGECONFIG ??= "editline gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}"
99PACKAGECONFIG:class-native ??= "editline gdbm"
100PACKAGECONFIG:class-nativesdk ??= "readline gdbm"
101PACKAGECONFIG[readline] = "--with-readline=readline,,readline,,,editline" 99PACKAGECONFIG[readline] = "--with-readline=readline,,readline,,,editline"
102PACKAGECONFIG[editline] = "--with-readline=editline,,libedit,,,readline" 100PACKAGECONFIG[editline] = "--with-readline=editline,,libedit,,,readline"
103# Use profile guided optimisation by running PyBench inside qemu-user 101# Use profile guided optimisation by running PyBench inside qemu-user
@@ -105,7 +103,7 @@ PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native"
105PACKAGECONFIG[tk] = ",,tk" 103PACKAGECONFIG[tk] = ",,tk"
106PACKAGECONFIG[tcl] = ",,tcl" 104PACKAGECONFIG[tcl] = ",,tcl"
107PACKAGECONFIG[gdbm] = ",,gdbm" 105PACKAGECONFIG[gdbm] = ",,gdbm"
108PACKAGECONFIG[lto] = "--with-lto,," 106PACKAGECONFIG[lto] = "--with-lto,--without-lto"
109 107
110do_configure:prepend () { 108do_configure:prepend () {
111 mkdir -p ${B}/Modules 109 mkdir -p ${B}/Modules