From: Etienne Cordonnier Date: Tue, 13 Sep 2022 15:25:53 +0000 (+0200) Subject: python3: add PACKAGECONFIG[editline] X-Git-Tag: 2022-10~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c1dc903a0908dc9796ddf03a90f1e23e5d1405;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3: add PACKAGECONFIG[editline] editline is a BSD alternative for readline which is GPLv3. Signed-off-by: Etienne Cordonnier Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3_3.10.6.bb b/meta/recipes-devtools/python/python3_3.10.6.bb index 1b28728732b..1f8b60a7a59 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 PACKAGECONFIG:class-native ??= "readline gdbm" PACKAGECONFIG:class-nativesdk ??= "readline gdbm" PACKAGECONFIG[readline] = ",,readline" +PACKAGECONFIG[editline] = "--with-readline=editline,,libedit,,,readline" # Use profile guided optimisation by running PyBench inside qemu-user PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native" PACKAGECONFIG[tk] = ",,tk"