[OE-core] [PATCH 0/6] meta: Cleanup python2

Robert Yang liezhi.yang at windriver.com
Fri Jun 28 12:23:36 UTC 2019


The following changes since commit 9f674a88c781c7092d5b3460922a1579b9fe4bf9:

  busybox: Fix typo in syslog initscript (2019-06-27 13:27:54 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/py3
  http://cgit.openembedded.org//log/?h=rbt/py3

Robert Yang (6):
  ksum.py: python -> python3
  wic: python2 -> python3
  ext-sdk-prepare.py: python2 -> python3
  oeqa: Cleanup /usr/bin/env python
  package_rpm.bbclass: python2 -> python3
  waf: python2 -> python3

 meta/classes/package_rpm.bbclass        |  2 +-
 meta/files/ext-sdk-prepare.py           |  2 +-
 meta/lib/oeqa/selftest/cases/wic.py     |  1 -
 meta/lib/oeqa/utils/logparser.py        |  1 -
 meta/recipes-graphics/eglinfo/files/waf |  4 +--
 scripts/lib/wic/__init__.py             |  2 +-
 scripts/lib/wic/ksparser.py             |  2 +-
 scripts/lib/wic/pluginbase.py           |  2 +-
 scripts/tiny/ksum.py                    | 44 ++++++++++++++++-----------------
 9 files changed, 29 insertions(+), 31 deletions(-)

-- 
2.7.4



More information about the Openembedded-core mailing list