cxxtest: Define PIP_INSTALL_DIST_PATH

Helps to find the wheel file

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-02-26 19:22:55 -08:00
parent 272f2083d4
commit b8bc91a2c0

View File

@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f489
inherit setuptools3
PIP_INSTALL_DIST_PATH = "${B}/python/python3/dist"
SETUPTOOLS_SETUP_PATH = "${S}/python"
do_install:append() {