From aa0dab28690e58929535952fa99ec67bda434ed7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 8 Mar 2022 16:32:03 +0000 Subject: [PATCH] bmap-tools: remove redundant PYPA_WHEEL The default is good, this doesn't need to be set. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/bmap-tools/bmap-tools_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb index c5acdc5cbf3..2999fdcea15 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" -- 2.47.2