mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
bmap-tools: upgrade to v3.4
Upgraded to the latest upstream release. (From OE-Core rev: fa36678698108023242f2afbd4e54d6709f84420) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4efeceb8a6
commit
1db8c61b5b
@@ -10,7 +10,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/01org/bmap-tools.git"
|
||||
SRCREV = "96702a869220ab20830db916ec4ac595e1d97f92"
|
||||
SRCREV = "9dad724104df265442226972a1e310813f9ffcba"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -21,5 +21,5 @@ inherit setuptools
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_install_append_class-native() {
|
||||
sed -i -e 's|^#!.*/usr/bin/env python|#! /usr/bin/env nativepython|' ${D}${bindir}/bmaptool
|
||||
sed -i -e 's|^#!.*/usr/bin/python-native/python|#! /usr/bin/env nativepython|' ${D}${bindir}/bmaptool
|
||||
}
|
||||
Reference in New Issue
Block a user