]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 May 2020 06:34:08 +0000 (07:34 +0100)
commiteaa6de34442906ad6285aa069f17a7cb2a64e970
tree9c8de0778302a34f996ca613594447ef44f7d797
parentbcd9ae6fbb2258787bdea260fed5663791353f5a
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>
meta/lib/oe/prservice.py