]> code.ossystems Code Review - openembedded-core.git/commit
prservice.py: fix do_package with newer Python in Ubuntu 20.04
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 2 Apr 2020 17:05:14 +0000 (19:05 +0200)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 28 Apr 2020 01:57:21 +0000 (09:57 +0800)
commitc314c6695acca9ea68e38359fb03a94afa37bb2b
treee50c642f24f6058046a4fcb528a4edd4d09b8cf6
parente69b89575e5ccec243658e09936908dd9e5d45ef
prservice.py: fix do_package with newer Python in Ubuntu 20.04

* with Ubuntu 20.04 which is using python 3.8 I'm seeing a lot of errors like:
  ERROR: libxml2-2.9.10-r0 do_package: Can NOT get PRAUTO, exception No module named '_sysconfigdata'
  not sure what caused this from python 3.8, but this seems to work
* PRserv is enabled with:
  PRSERV_HOST = "localhost:0"

(From OE-Core rev: 4b26eaf7152fb712aba47a0c746333578f58ee8d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c23d6f77994698e71d9a011cddec1237158b15ca)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oe/prservice.py