diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-08 16:32:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-09 11:46:28 +0000 |
commit | 34706af78f043d71120395a37148fb71368894cf (patch) | |
tree | 54a9ad52030dfd9a7a28b659ce189c96e415d800 /meta/recipes-support | |
parent | c6ac2030615975ceeab87ffa8e7c9fddf78eb6be (diff) | |
download | poky-34706af78f043d71120395a37148fb71368894cf.tar.gz |
bmap-tools: remove redundant PYPA_WHEEL
The default is good, this doesn't need to be set.
(From OE-Core rev: aa0dab28690e58929535952fa99ec67bda434ed7)
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.bb | 1 |
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 | |||
24 | inherit setuptools3 | 24 | inherit setuptools3 |
25 | 25 | ||
26 | PIP_INSTALL_PACKAGE = "bmap_tools" | 26 | PIP_INSTALL_PACKAGE = "bmap_tools" |
27 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-${BASEVER}-*.whl" | ||
28 | 27 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |