diff options
| author | Etienne Cordonnier <ecordonnier@snap.com> | 2022-09-13 17:25:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:07 +0100 |
| commit | 04d97b597b26f522345fe300be580706800c2603 (patch) | |
| tree | 237392548fe00a5e9394e22e4f591e2c527b4887 /meta/recipes-devtools/python/python3_3.10.6.bb | |
| parent | d4cb35ef5de0167ff82586be418d0ead173c3ac4 (diff) | |
| download | poky-04d97b597b26f522345fe300be580706800c2603.tar.gz | |
python3: add PACKAGECONFIG[editline]
editline is a BSD alternative for readline which is GPLv3.
(From OE-Core rev: 33c1dc903a0908dc9796ddf03a90f1e23e5d1405)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.10.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.10.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.6.bb b/meta/recipes-devtools/python/python3_3.10.6.bb index 1b28728732..1f8b60a7a5 100644 --- a/meta/recipes-devtools/python/python3_3.10.6.bb +++ b/meta/recipes-devtools/python/python3_3.10.6.bb | |||
| @@ -105,6 +105,7 @@ PACKAGECONFIG:class-target ??= "readline gdbm ${@bb.utils.filter('DISTRO_FEATURE | |||
| 105 | PACKAGECONFIG:class-native ??= "readline gdbm" | 105 | PACKAGECONFIG:class-native ??= "readline gdbm" |
| 106 | PACKAGECONFIG:class-nativesdk ??= "readline gdbm" | 106 | PACKAGECONFIG:class-nativesdk ??= "readline gdbm" |
| 107 | PACKAGECONFIG[readline] = ",,readline" | 107 | PACKAGECONFIG[readline] = ",,readline" |
| 108 | PACKAGECONFIG[editline] = "--with-readline=editline,,libedit,,,readline" | ||
| 108 | # Use profile guided optimisation by running PyBench inside qemu-user | 109 | # Use profile guided optimisation by running PyBench inside qemu-user |
| 109 | PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native" | 110 | PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native" |
| 110 | PACKAGECONFIG[tk] = ",,tk" | 111 | PACKAGECONFIG[tk] = ",,tk" |
