diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-11-26 10:45:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-29 17:43:40 +0000 |
| commit | d4091bc1bdb614dcf56078883b39db73204f459c (patch) | |
| tree | 0a71f6776a703f5282ea0df10685b825060d9ef1 | |
| parent | f80d49411b42d27a1544af6dc03b4b396b03c775 (diff) | |
| download | poky-d4091bc1bdb614dcf56078883b39db73204f459c.tar.gz | |
python: use correct autotools variables
Use EXTRA_OECONF and CACHED_CONFIGUREVARS as nature intended.
(From OE-Core rev: 260804462766116941a1d9100ef8be3e66b93300)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.17.bb | 6 |
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 | ||
| 37 | inherit autotools multilib_header python-dir pythonnative ptest | 37 | inherit autotools multilib_header python-dir pythonnative ptest |
| 38 | 38 | ||
| 39 | CONFIGUREOPTS += " --with-system-ffi " | 39 | EXTRA_OECONF += "--with-system-ffi" |
| 40 | 40 | ||
| 41 | EXTRA_OECONF += "ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_working_tzset=yes" | 41 | CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes \ |
| 42 | ac_cv_file__dev_ptc=no \ | ||
| 43 | ac_cv_working_tzset=yes" | ||
| 42 | 44 | ||
| 43 | PACKAGECONFIG ??= "bdb" | 45 | PACKAGECONFIG ??= "bdb" |
| 44 | PACKAGECONFIG[bdb] = ",,db" | 46 | PACKAGECONFIG[bdb] = ",,db" |
