summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_3.4.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
index 3f75fad44b..7454f9db75 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
@@ -16,10 +16,7 @@ S = "${WORKDIR}/git"
16 16
17RDEPENDS_${PN} = "python-core python-compression python-mmap" 17RDEPENDS_${PN} = "python-core python-compression python-mmap"
18 18
19inherit setuptools 19inherit python3native
20inherit setuptools3
20 21
21BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
22
23do_install_append_class-native() {
24 sed -i -e 's|^#!.*/usr/bin/python-native/python|#! /usr/bin/env nativepython|' ${D}${bindir}/bmaptool
25}