]> code.ossystems Code Review - openembedded-core.git/commitdiff
bmap-tools: remove redundant PYPA_WHEEL
authorRoss Burton <ross@burtonini.com>
Tue, 8 Mar 2022 16:32:03 +0000 (16:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2022 11:46:23 +0000 (11:46 +0000)
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>
meta/recipes-support/bmap-tools/bmap-tools_git.bb

index c5acdc5cbf3faf423081086f4a21be29f07487a9..2999fdcea15e18e6392a76d53ecbd716e880480e 100644 (file)
@@ -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"