diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-09-06 15:08:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-11 17:30:29 +0100 |
commit | 1db8c61b5b937fb6d6fe7980ea471f800a21340a (patch) | |
tree | ac72ac991175470e0065e477369f414c0f3da880 /meta/recipes-support | |
parent | 4efeceb8a672dd9372820daa143903a934e4d20a (diff) | |
download | poky-1db8c61b5b937fb6d6fe7980ea471f800a21340a.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.4.bb (renamed from meta/recipes-support/bmap-tools/bmap-tools_3.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.2.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb index b8ebe63081..3f75fad44b 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_3.2.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/01org/bmap-tools.git" | 12 | SRC_URI = "git://github.com/01org/bmap-tools.git" |
13 | SRCREV = "96702a869220ab20830db916ec4ac595e1d97f92" | 13 | SRCREV = "9dad724104df265442226972a1e310813f9ffcba" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -21,5 +21,5 @@ inherit setuptools | |||
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
22 | 22 | ||
23 | do_install_append_class-native() { | 23 | do_install_append_class-native() { |
24 | sed -i -e 's|^#!.*/usr/bin/env python|#! /usr/bin/env nativepython|' ${D}${bindir}/bmaptool | 24 | sed -i -e 's|^#!.*/usr/bin/python-native/python|#! /usr/bin/env nativepython|' ${D}${bindir}/bmaptool |
25 | } | 25 | } |