]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 26 Oct 2021 13:42:27 +0000 (21:42 +0800)
commit6ca6c9c12c93c6df7b18f49ebdbfb69433ff5158
tree225809ffdd5a54bcc1b246590ff05108088a5a01
parent1092bb67737eff63c24c26c9f807bec5e6adffc9
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>
(cherry picked from commit 1189f95e05c80286e009e1ab46a603ee5b7ca239)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb