]> 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)
committerSteve Sakoman <steve@sakoman.com>
Fri, 29 Jan 2021 14:46:55 +0000 (04:46 -1000)
commitf73ac290617e89b80e10dc700c0e90efddc8e1b2
treeb3d0cbd320d7648bb31675ad29de2148a4e01351
parent7789eb844a1f0033cec7d7d42f1dd42d571cb6c2
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: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3_3.8.2.bb