1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

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>
This commit is contained in:
Sakib Sajal
2023-06-26 17:48:30 -04:00
committed by Steve Sakoman
parent 4b0ff5d615
commit 8bf60de476
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;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"