1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

blktrace: ask for python3 specifically

python2 has been deprecated, use python3 instead.

(From OE-Core rev: cb550f59a0fb6b41cec2d1bd8a18f788e9ea7de6)

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Sakib Sajal
2024-06-28 09:58:42 +08:00
committed by Richard Purdie
parent 746bf5431b
commit 0df57c2c73
2 changed files with 38 additions and 1 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
PV = "1.3.0+git"
SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https"
SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https \
file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \
"
S = "${WORKDIR}/git"