From 0df57c2c739c09f6c128515e03f0c2c8758ef905 Mon Sep 17 00:00:00 2001 From: Sakib Sajal Date: Fri, 28 Jun 2024 09:58:42 +0800 Subject: blktrace: ask for python3 specifically python2 has been deprecated, use python3 instead. (From OE-Core rev: cb550f59a0fb6b41cec2d1bd8a18f788e9ea7de6) Signed-off-by: Sakib Sajal Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- meta/recipes-kernel/blktrace/blktrace_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-kernel/blktrace/blktrace_git.bb') diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb index d4f5bac84f..8fc30d74fd 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf