diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-26 19:22:55 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:39:26 -0800 |
commit | b8bc91a2c0798475fb507797d42c973465097f1c (patch) | |
tree | b4e999527de49d56d023ea4ce6d6a4781409da85 | |
parent | 272f2083d46a5a023d0d18dcd3e8540a7c5c1cc8 (diff) | |
download | meta-openembedded-b8bc91a2c0798475fb507797d42c973465097f1c.tar.gz |
cxxtest: Define PIP_INSTALL_DIST_PATH
Helps to find the wheel file
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb index 65b54ed54..b87972f41 100644 --- a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb +++ b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb | |||
@@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f489 | |||
10 | 10 | ||
11 | inherit setuptools3 | 11 | inherit setuptools3 |
12 | 12 | ||
13 | PIP_INSTALL_DIST_PATH = "${B}/python/python3/dist" | ||
14 | |||
13 | SETUPTOOLS_SETUP_PATH = "${S}/python" | 15 | SETUPTOOLS_SETUP_PATH = "${S}/python" |
14 | 16 | ||
15 | do_install:append() { | 17 | do_install:append() { |