diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 7 |
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 | ||
17 | RDEPENDS_${PN} = "python-core python-compression python-mmap" | 17 | RDEPENDS_${PN} = "python-core python-compression python-mmap" |
18 | 18 | ||
19 | inherit setuptools | 19 | inherit python3native |
20 | inherit setuptools3 | ||
20 | 21 | ||
21 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
22 | |||
23 | do_install_append_class-native() { | ||
24 | sed -i -e 's|^#!.*/usr/bin/python-native/python|#! /usr/bin/env nativepython|' ${D}${bindir}/bmaptool | ||
25 | } | ||