summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.17.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.17.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.17.bb b/meta/recipes-devtools/python/python_2.7.17.bb
index 5807f63db4..b3bdcba1a8 100644
--- a/meta/recipes-devtools/python/python_2.7.17.bb
+++ b/meta/recipes-devtools/python/python_2.7.17.bb
@@ -36,9 +36,11 @@ S = "${WORKDIR}/Python-${PV}"
36 36
37inherit autotools multilib_header python-dir pythonnative ptest 37inherit autotools multilib_header python-dir pythonnative ptest
38 38
39CONFIGUREOPTS += " --with-system-ffi " 39EXTRA_OECONF += "--with-system-ffi"
40 40
41EXTRA_OECONF += "ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_working_tzset=yes" 41CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes \
42 ac_cv_file__dev_ptc=no \
43 ac_cv_working_tzset=yes"
42 44
43PACKAGECONFIG ??= "bdb" 45PACKAGECONFIG ??= "bdb"
44PACKAGECONFIG[bdb] = ",,db" 46PACKAGECONFIG[bdb] = ",,db"