summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/blktrace/blktrace_git.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2020-03-03 14:56:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-06 08:17:26 +0000
commit2c0ca4632f6c2ce645412ca975a70b3088c27916 (patch)
tree0195b898929b30335d00edac696647b0481f257b /meta/recipes-kernel/blktrace/blktrace_git.bb
parent7927d5f6eaab48578b23db9a4c38e2f87f011353 (diff)
downloadopenembedded-core-contrib-2c0ca4632f6c2ce645412ca975a70b3088c27916.tar.gz
blktrace: modify two scripts for python3
Backport from git.kernel.dk. Changed shebangs to use python3. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/blktrace/blktrace_git.bb')
-rw-r--r--meta/recipes-kernel/blktrace/blktrace_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb
index 2605ff9167..6903053b5b 100644
--- a/meta/recipes-kernel/blktrace/blktrace_git.bb
+++ b/meta/recipes-kernel/blktrace/blktrace_git.bb
@@ -12,6 +12,7 @@ PV = "1.2.0+git${SRCPV}"
SRC_URI = "git://git.kernel.dk/blktrace.git \
file://ldflags.patch \
file://CVE-2018-10689.patch \
+ file://make-btt-scripts-python3-ready.patch \
"
S = "${WORKDIR}/git"