diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.7.2.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.15.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb b/meta/recipes-devtools/python/python3_3.7.2.bb index 9626ee546b..4d10986f3b 100644 --- a/meta/recipes-devtools/python/python3_3.7.2.bb +++ b/meta/recipes-devtools/python/python3_3.7.2.bb | |||
| @@ -65,6 +65,7 @@ EXTRANATIVEPATH += "python3-native" | |||
| 65 | CACHED_CONFIGUREVARS = " \ | 65 | CACHED_CONFIGUREVARS = " \ |
| 66 | ac_cv_file__dev_ptmx=yes \ | 66 | ac_cv_file__dev_ptmx=yes \ |
| 67 | ac_cv_file__dev_ptc=no \ | 67 | ac_cv_file__dev_ptc=no \ |
| 68 | ac_cv_working_tzset=yes \ | ||
| 68 | " | 69 | " |
| 69 | 70 | ||
| 70 | PACKAGECONFIG_class-target ??= "readline ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'pgo', '', d)}" | 71 | PACKAGECONFIG_class-target ??= "readline ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'pgo', '', d)}" |
diff --git a/meta/recipes-devtools/python/python_2.7.15.bb b/meta/recipes-devtools/python/python_2.7.15.bb index 8df1dfd1ba..3e1af4baf6 100644 --- a/meta/recipes-devtools/python/python_2.7.15.bb +++ b/meta/recipes-devtools/python/python_2.7.15.bb | |||
| @@ -42,7 +42,7 @@ inherit autotools multilib_header python-dir pythonnative ptest | |||
| 42 | 42 | ||
| 43 | CONFIGUREOPTS += " --with-system-ffi " | 43 | CONFIGUREOPTS += " --with-system-ffi " |
| 44 | 44 | ||
| 45 | EXTRA_OECONF += "ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no" | 45 | EXTRA_OECONF += "ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_working_tzset=yes" |
| 46 | 46 | ||
| 47 | PACKAGECONFIG ??= "bdb" | 47 | PACKAGECONFIG ??= "bdb" |
| 48 | PACKAGECONFIG[bdb] = ",,db" | 48 | PACKAGECONFIG[bdb] = ",,db" |
