aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/guider/guider_3.9.8.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-26 23:24:33 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-28 08:39:26 -0800
commit1af9f4503bce8780bb7cc179287f96e51c969e39 (patch)
tree781b61254c37992724668d15fb415ec91e0b81d0 /meta-oe/recipes-devtools/guider/guider_3.9.8.bb
parent1dbad0d1497bc32947f931182b45d4b5ff17b1fe (diff)
downloadmeta-openembedded-contrib-1af9f4503bce8780bb7cc179287f96e51c969e39.tar.gz
guider: Set PYPA_WHEEL
Fixes build with wheels Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/guider/guider_3.9.8.bb')
-rw-r--r--meta-oe/recipes-devtools/guider/guider_3.9.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb
index 47d872a400..3c3f069df2 100644
--- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb
+++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb
@@ -14,6 +14,7 @@ SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3"
S = "${WORKDIR}/git"
inherit setuptools3
+PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.9.8-*.whl"
RDEPENDS:${PN} = "python3 python3-core \
python3-ctypes python3-shell python3-json"