[meta-networking,2/3] bluepy: Define custom PYPA_WHEEL

Message ID 20220228222154.210195-2-raj.khem@gmail.com
State New
Headers show
Series [meta-networking,1/3] python3-scapy: Define custom PYPA_WHEEL | expand

Commit Message

Khem Raj Feb. 28, 2022, 10:21 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-connectivity/bluepy/bluepy_git.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

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}"