]> code.ossystems Code Review - openembedded-core.git/commit
bootchart2: Don't compile python modules
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Oct 2021 11:51:51 +0000 (12:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Oct 2021 08:41:39 +0000 (09:41 +0100)
commit1189f95e05c80286e009e1ab46a603ee5b7ca239
tree0748dd0257094d8e8b7abd2476634eee778f5a02
parent3fe5101b335384ef83e96ccc58687fd631164075
bootchart2: Don't compile python modules

"make install" may attempt to compile the python modules but it uses the host python
and host paths which means the binaries are not reproducbile. Make things consistent.
If anyone needs compiling, it will beed to be fixed to be cross compile compatible.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb