summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-08 16:32:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 11:46:23 +0000
commitaa0dab28690e58929535952fa99ec67bda434ed7 (patch)
tree8ec5c75c9ebc2995c864dc67a4f2ad57a8670fe8 /meta/recipes-support
parente2c7501645eec12d3168b6e8606549ce3e5f8db2 (diff)
downloadopenembedded-core-aa0dab28690e58929535952fa99ec67bda434ed7.tar.gz
bmap-tools: remove redundant PYPA_WHEEL
The default is good, this doesn't need to be set. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_git.bb1
1 files changed, 0 insertions, 1 deletions
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"