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

The naïve approach of simply unzipping the built wheel is not
sufficient. 'pip install' would normally have created the
[console_scripts] from entry-points.txt in ${D}${bindir}.

For bootstrapping purposes, hardcode the scripts and install them into
${D}${bindir}. Skip the ${bindir}/pip variant.

[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-pip_22.0.3.bb