]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
blktrace: put version in recipe filename
authorRoss Burton <ross.burton@arm.com>
Mon, 9 Jun 2025 11:19:38 +0000 (12:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jun 2025 16:43:20 +0000 (17:43 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/blktrace/blktrace_1.3.0.bb [moved from meta/recipes-kernel/blktrace/blktrace_git.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-kernel/blktrace/blktrace_git.bb
rename to meta/recipes-kernel/blktrace/blktrace_1.3.0.bb
index 8fc30d74fd6c3c6aefb7e35c43a9bfc23d4da7c9..061a7b978463ec9e46046e402b6c959e8569fd0e 100644 (file)
@@ -10,14 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
 DEPENDS = "libaio"
 
-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;protocol=https;branch=master \
            file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \
           "
 
+SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
+
 S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "\