diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-09 12:19:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:42 +0100 |
commit | d89ee3707ee48acde4614e7384900e7d547cbc79 (patch) | |
tree | 1ad8cc1cbfa906af57380671e2d7ccbaa3476c32 | |
parent | 81998e407f6a586ee32ec5d0106a671db0273b22 (diff) | |
download | poky-d89ee3707ee48acde4614e7384900e7d547cbc79.tar.gz |
blktrace: put version in recipe filename
A recipe that fetches from git but is otherwise a released version
should not be using _git.bb recipe names.
Put the version in the filename and drop the explicit PV.
(From OE-Core rev: f49df71b25d5370b191dccfee0c80559c6d42885)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/blktrace/blktrace_1.3.0.bb (renamed from meta/recipes-kernel/blktrace/blktrace_git.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb index 8fc30d74fd..061a7b9784 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb | |||
@@ -10,14 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
10 | 10 | ||
11 | DEPENDS = "libaio" | 11 | DEPENDS = "libaio" |
12 | 12 | ||
13 | SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb" | ||
14 | |||
15 | PV = "1.3.0+git" | ||
16 | 13 | ||
17 | SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https \ | 14 | SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=https;branch=master \ |
18 | file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \ | 15 | file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \ |
19 | " | 16 | " |
20 | 17 | ||
18 | SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb" | ||
19 | |||
21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
22 | 21 | ||
23 | EXTRA_OEMAKE = "\ | 22 | EXTRA_OEMAKE = "\ |