mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:19:22 +00:00
python3-pyruvate: fix wheel build
Like python3-setuptools-rust-native, the wheel is being built in
${S}/dist rather than ${B}/dist so set PIP_INSTALL_DIST_PATH
accordingly.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
d605093bc1
commit
7b0c8989bf
@ -14,6 +14,8 @@ S = "${WORKDIR}/pyruvate-${PV}"
|
||||
|
||||
inherit pypi setuptools3_rust
|
||||
|
||||
PIP_INSTALL_DIST_PATH = "${S}/dist"
|
||||
|
||||
# crossbeam-* -> std::sync::atomic AtomicI64, AtomicU64
|
||||
# not supported on mips/powerpc with 32-bit pointers
|
||||
# https://doc.rust-lang.org/std/sync/atomic/#portability
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user