Re: [yocto] [meta-security][PATCH] openscap: fix buildpaths issue

2023-06-24 Thread Kai Kang
On 6/22/23 07:04, akuster808 wrote: Hello Kai, Can you rebaseĀ  this to the latest master. There was a layer reorg landed during the posting of this patch. OK. v2 will be sent. Kai BR, Armin On 6/20/23 11:55 PM, Kai Kang wrote: From: Kai Kang Variables PREFERRED_PYTHON_PATH and PYTHON3

Re: [yocto] [meta-security][PATCH] openscap: fix buildpaths issue

2023-06-21 Thread Armin Kuster
Hello Kai, Can you rebaseĀ  this to the latest master. There was a layer reorg landed during the posting of this patch. BR, Armin On 6/20/23 11:55 PM, Kai Kang wrote: From: Kai Kang Variables PREFERRED_PYTHON_PATH and PYTHON3_PATH are set with ${PYTHON_EXECUTABLE}. For cross compile, ${PYTH

[yocto] [meta-security][PATCH] openscap: fix buildpaths issue

2023-06-20 Thread Kai Kang
From: Kai Kang Variables PREFERRED_PYTHON_PATH and PYTHON3_PATH are set with ${PYTHON_EXECUTABLE}. For cross compile, ${PYTHON_EXECUTABLE} may point to other path rather than standard dir such as /usr/bin. Then the generated library file contains such path which should NOT. Update to make variabl