From 6e064cf217685b11e68d14410f70d1f72021e74a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Feb 2022 13:27:46 -0800 Subject: [PATCH] bluepy: Define custom PYPA_WHEEL Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/bluepy/bluepy_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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}"