summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/blktrace/blktrace_git.bb
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2023-06-26 17:48:30 -0400
committerSteve Sakoman <steve@sakoman.com>2023-07-04 05:32:29 -1000
commit8bf60de4768c0966577241313da5d99fe10b8489 (patch)
treef2bb9f007c2c7d7c8b0127c1213c495c03313769 /meta/recipes-kernel/blktrace/blktrace_git.bb
parent4b0ff5d615565601d05c8070196fc08611e78f24 (diff)
downloadpoky-8bf60de4768c0966577241313da5d99fe10b8489.tar.gz
bno_plot.py, btt_plot.py: Ask for python3 specifically
python2 has been deprecated, use python3 instead (From OE-Core rev: 055330871b0d8f443d8eded6c0fcc0e404f70b8a) Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/blktrace/blktrace_git.bb')
-rw-r--r--meta/recipes-kernel/blktrace/blktrace_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb
index d0eeba3208..288784236a 100644
--- a/meta/recipes-kernel/blktrace/blktrace_git.bb
+++ b/meta/recipes-kernel/blktrace/blktrace_git.bb
@@ -14,7 +14,9 @@ SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
14 14
15PV = "1.3.0+git${SRCPV}" 15PV = "1.3.0+git${SRCPV}"
16 16
17SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https" 17SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https \
18 file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \
19 "
18 20
19S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
20 22