[4/7] bmap-tools: remove redundant PYPA_WHEEL

Message ID 20220308163206.4039089-4-ross.burton@arm.com
State Accepted, archived
Commit aa0dab28690e58929535952fa99ec67bda434ed7
Headers show
Series [1/7] python3-pip: clean up PYPA_WHEEL usage | expand

Commit Message

Ross Burton March 8, 2022, 4:32 p.m. UTC
The default is good, this doesn't need to be set.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-support/bmap-tools/bmap-tools_git.bb | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
index c5acdc5cbf..2999fdcea1 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -24,6 +24,5 @@  RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptoo
 inherit setuptools3
 
 PIP_INSTALL_PACKAGE = "bmap_tools"
-PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-${BASEVER}-*.whl"
 
 BBCLASSEXTEND = "native nativesdk"