summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/users
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2021-10-13 11:23:01 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-15 05:26:46 +0300
commit400d9dab03e25d992429f94296caa4938c281fbd (patch)
tree823630f2251ad48c7cdc65063d7ed45039dc9df5 /meta-phosphor/recipes-phosphor/users
parentaad4f3d4aa2b61502ceddc38d069cc79259027d8 (diff)
downloadopenbmc-400d9dab03e25d992429f94296caa4938c281fbd.tar.xz
obmc-phosphor-systemd.bbclass: Update configparser module class name
There is a warning message in the obmc-phosphor-systemd.bbclass file when using bitbake to build image-bmc: ``` DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead. parser = configparser.SafeConfigParser(strict=False) ``` Use the class name `ConfigParser` directly in the configparser module. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6168d9d1100ac846cc31be837a20b7dedb6d7910
Diffstat (limited to 'meta-phosphor/recipes-phosphor/users')
0 files changed, 0 insertions, 0 deletions