diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2024-06-28 09:58:42 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-03 14:57:50 +0100 |
| commit | 0df57c2c739c09f6c128515e03f0c2c8758ef905 (patch) | |
| tree | 5e108743a291650e0da0b33db3f134168782c336 /meta/recipes-kernel/blktrace/blktrace_git.bb | |
| parent | 746bf5431b918cb7bd65530a8c8b2d25d8294e5e (diff) | |
| download | poky-0df57c2c739c09f6c128515e03f0c2c8758ef905.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-kernel/blktrace/blktrace_git.bb')
| -rw-r--r-- | meta/recipes-kernel/blktrace/blktrace_git.bb | 4 |
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 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" | |||
| 14 | 14 | ||
| 15 | PV = "1.3.0+git" | 15 | PV = "1.3.0+git" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https" | 17 | SRC_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 | ||
| 19 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 20 | 22 | ||
