]> code.ossystems Code Review - openembedded-core.git/commit
python3-wheel-native: install ${bindir}/wheel
authorTim Orling <ticotimo@gmail.com>
Wed, 23 Feb 2022 22:09:13 +0000 (14:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
commit19e83270d17984cf6b471c387eb08103816b359f
treef60f3a7e499a818fa047c829a24e5de1e4fa62b3
parent39b0d36b00d98a848297d0667c6cffc049d215e3
python3-wheel-native: install ${bindir}/wheel

pip install would normally install [project.scripts] to ${D}${bindir}
but our naïve bootstrapping only unzipps the wheel to
${D}${PYTHON_SITEPACKAGES_DIR}. Correct this by creating the equivalent
script in do_install:class-native

[YOCTO #14739]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-wheel_0.37.1.bb