diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.11.2.bb | 6 |
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 |
| 98 | PACKAGECONFIG:class-target ??= "editline gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}" | 98 | PACKAGECONFIG ??= "editline gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}" |
| 99 | PACKAGECONFIG:class-native ??= "editline gdbm" | ||
| 100 | PACKAGECONFIG:class-nativesdk ??= "readline gdbm" | ||
| 101 | PACKAGECONFIG[readline] = "--with-readline=readline,,readline,,,editline" | 99 | PACKAGECONFIG[readline] = "--with-readline=readline,,readline,,,editline" |
| 102 | PACKAGECONFIG[editline] = "--with-readline=editline,,libedit,,,readline" | 100 | PACKAGECONFIG[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" | |||
| 105 | PACKAGECONFIG[tk] = ",,tk" | 103 | PACKAGECONFIG[tk] = ",,tk" |
| 106 | PACKAGECONFIG[tcl] = ",,tcl" | 104 | PACKAGECONFIG[tcl] = ",,tcl" |
| 107 | PACKAGECONFIG[gdbm] = ",,gdbm" | 105 | PACKAGECONFIG[gdbm] = ",,gdbm" |
| 108 | PACKAGECONFIG[lto] = "--with-lto,," | 106 | PACKAGECONFIG[lto] = "--with-lto,--without-lto" |
| 109 | 107 | ||
| 110 | do_configure:prepend () { | 108 | do_configure:prepend () { |
| 111 | mkdir -p ${B}/Modules | 109 | mkdir -p ${B}/Modules |
