]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: Remove problematic paths from sysroot files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 May 2022 10:43:36 +0000 (11:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 May 2022 17:37:01 +0000 (18:37 +0100)
commitae9e6249ded8fc063d6333231c391cfa2d594567
treefab11fd1ec3407e1c5fae96969cc6041b063edf4
parent49e93892a37d1a2af2b0a155117441e978385e4c
python3: Remove problematic paths from sysroot files

In the native sysroot we should never have paths to the python3-native
build directory. These may or may not exist at the time some dependency
is building and nothing should rely upon them.

I suspect nothing is relying on this at the moment but clean up
just to be sure.

The various config copies are adjusted to be modified consistently as some
copies were and some were not. The Makefile has the "bad" ${B} paths
replaced with a dummy placeholder too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.10.4.bb