mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
81998e407f
commit
d89ee3707e
|
@ -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 = "\
|
Loading…
Reference in New Issue
Block a user