similarity index 94%
rename from meta/recipes-kernel/blktrace/blktrace_git.bb
rename to meta/recipes-kernel/blktrace/blktrace_1.3.0.bb
@@ -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 = "\
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> --- .../blktrace/{blktrace_git.bb => blktrace_1.3.0.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-kernel/blktrace/{blktrace_git.bb => blktrace_1.3.0.bb} (94%)