diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.12.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.12.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.12.1.bb b/meta/recipes-devtools/python/python3_3.12.1.bb index 771902cd2c..b4916d8cef 100644 --- a/meta/recipes-devtools/python/python3_3.12.1.bb +++ b/meta/recipes-devtools/python/python3_3.12.1.bb | |||
| @@ -113,7 +113,7 @@ do_configure:prepend () { | |||
| 113 | cat > ${B}/Modules/Setup.local << EOF | 113 | cat > ${B}/Modules/Setup.local << EOF |
| 114 | *disabled* | 114 | *disabled* |
| 115 | ${@bb.utils.contains('PACKAGECONFIG', 'gdbm', '', '_gdbm _dbm', d)} | 115 | ${@bb.utils.contains('PACKAGECONFIG', 'gdbm', '', '_gdbm _dbm', d)} |
| 116 | ${@bb.utils.contains('PACKAGECONFIG', 'readline', '', 'readline', d)} | 116 | ${@bb.utils.contains_any('PACKAGECONFIG', 'readline editline', '', 'readline', d)} |
| 117 | ${@bb.utils.contains('PACKAGECONFIG', 'tk', '', '_tkinter', d)} | 117 | ${@bb.utils.contains('PACKAGECONFIG', 'tk', '', '_tkinter', d)} |
| 118 | EOF | 118 | EOF |
| 119 | } | 119 | } |
