summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-04 17:20:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-05 22:58:47 +0000
commita3085c47224300977736c43cf4603f8dcdfd53f5 (patch)
tree9e632799a00ee5650f506443d6edde02d3559911 /meta/recipes-support
parent76db6a9f79490e94d75fdaa8bdbe9af0b2c371c8 (diff)
downloadpoky-a3085c47224300977736c43cf4603f8dcdfd53f5.tar.gz
bmap-tools: remove redundant python3native inherit
setuptools3 pulls this in, so there's no need to explicitly inherit it. (From OE-Core rev: 24446a8a7b1b16c5afe3a9878a99cce04dfba2f4) 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 e3315321ed..c5acdc5cbf 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -21,7 +21,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
21# Need df from coreutils 21# Need df from coreutils
22RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils" 22RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils"
23 23
24inherit python3native
25inherit setuptools3 24inherit setuptools3
26 25
27PIP_INSTALL_PACKAGE = "bmap_tools" 26PIP_INSTALL_PACKAGE = "bmap_tools"