mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f80d49411b
commit
d4091bc1bd
@@ -36,9 +36,11 @@ S = "${WORKDIR}/Python-${PV}"
|
||||
|
||||
inherit autotools multilib_header python-dir pythonnative ptest
|
||||
|
||||
CONFIGUREOPTS += " --with-system-ffi "
|
||||
EXTRA_OECONF += "--with-system-ffi"
|
||||
|
||||
EXTRA_OECONF += "ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_working_tzset=yes"
|
||||
CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes \
|
||||
ac_cv_file__dev_ptc=no \
|
||||
ac_cv_working_tzset=yes"
|
||||
|
||||
PACKAGECONFIG ??= "bdb"
|
||||
PACKAGECONFIG[bdb] = ",,db"
|
||||
|
||||
Reference in New Issue
Block a user