]> code.ossystems Code Review - openembedded-core.git/commit
python3: Avoid installing test data into recipe-sysroot
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jan 2021 17:12:46 +0000 (17:12 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Sat, 6 Feb 2021 06:53:57 +0000 (14:53 +0800)
commit653f8b1a8adf59d924028bfc69ead1c7437de11e
tree905e7e700ba1a19e25c20d3298060bd556e458e9
parentcb254debc36acc085a90c665f72ecf3a28692944
python3: Avoid installing test data into recipe-sysroot

There are several thousand files in the test directory which we don't need.
Adding these for the native and target sysroots is a crazy amount of files
to be throwing around needlessly. Delete the files from the sysroot side
of things to tidy up the sysroots and improve performance.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f6bced03011ad1663d68b0322a2f8aeb4d836646)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/python/python3_3.8.5.bb