1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

blktrace: ask for python3 specifically

python2 has been deprecated, use python3 instead

(From OE-Core rev: f20a12ead2d5890e88e7f4ce149a777de47edc48)

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Sakib Sajal
2023-06-26 18:01:34 -04:00
committed by Steve Sakoman
parent b8580d79d1
commit 84dd3d0e6c
2 changed files with 38 additions and 1 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
PV = "1.3.0+git${SRCPV}"
SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master"
SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master \
file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \
"
S = "${WORKDIR}/git"