summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-15 14:37:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-22 16:27:48 +0000
commit0291c2c1314d0691a1960d5e991c67c7a00304d1 (patch)
tree2c067464c79b573adf6e3967497b60cc8598f136 /meta/recipes-devtools
parent825055e83ea6ec0a9328ea4d53de6516dfb9a795 (diff)
downloadpoky-0291c2c1314d0691a1960d5e991c67c7a00304d1.tar.gz
python3_pip517: just count wheels in the directory, not subdirectories
The install task uses a recursive find to check that it can only find one wheel, but then does a non-recursive glob to install. This can lead to false-failures if PEP517_WHEEL_PATH points at a directory with subdirectories. Solve this mismatch by making the find non-recusive. (From OE-Core rev: 0142da4768b7818b94601a89bf867e10a0ba0ec0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions