mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
python: time.tzset missing
import time time.tzset() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'time' has no attribute 'tzset' enable tzset in both python versions (From OE-Core rev: e7721ee7e7942570ebab793f5870d7a021154a92) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Fix up for Thud context ie python3_3.5.6] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
371f57a1ee
commit
c9595af8ad
@@ -41,7 +41,7 @@ inherit autotools multilib_header python-dir pythonnative ptest
|
||||
|
||||
CONFIGUREOPTS += " --with-system-ffi "
|
||||
|
||||
EXTRA_OECONF += "ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no"
|
||||
EXTRA_OECONF += "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