aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-28 13:27:46 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:13:42 -0800
commit6e064cf217685b11e68d14410f70d1f72021e74a (patch)
tree729568651b34fc5addcd826d4d8a91c4de09bc80 /meta-networking/recipes-connectivity
parenta14a7421ac0292ba5ecd126a45e37c1887583524 (diff)
downloadmeta-openembedded-contrib-6e064cf217685b11e68d14410f70d1f72021e74a.tar.gz
bluepy: Define custom PYPA_WHEEL
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/bluepy/bluepy_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
index a3b734c2ec..9bf2eed78b 100644
--- a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
+++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
@@ -15,6 +15,8 @@ S = "${WORKDIR}/git"
inherit setuptools3 pkgconfig
+PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-*-*.whl"
+
RDEPENDS:${PN} = "bluez5"
TARGET_CC_ARCH += "${LDFLAGS}"