summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb')
-rw-r--r--poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb
index e3315321ed..78c51e7731 100644
--- a/poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -21,10 +21,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
# Need df from coreutils
RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils"
-inherit python3native
inherit setuptools3
-PIP_INSTALL_PACKAGE = "bmap_tools"
-PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-${BASEVER}-*.whl"
-
BBCLASSEXTEND = "native nativesdk"