1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

blktrace: upgrade 1.2.0 -> 1.3.0

CVE-2018-10689.patch
ldflags.patch
make-btt-scripts-python3-ready.patch
removed since they're included in 1.3.0

(From OE-Core rev: d8684646d66d83a6cf922ef57349450ad5a3591d)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
wangmy
2021-06-17 08:10:58 +08:00
committed by Richard Purdie
parent cff03371ae
commit 630b366ee6
4 changed files with 3 additions and 468 deletions
+3 -7
View File
@@ -10,15 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
DEPENDS = "libaio"
SRCREV = "cca113f2fe0759b91fd6a0e10fdcda2c28f18a7e"
SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
PV = "1.2.0+git${SRCPV}"
PV = "1.3.0+git${SRCPV}"
SRC_URI = "git://git.kernel.dk/blktrace.git \
file://ldflags.patch \
file://CVE-2018-10689.patch \
file://make-btt-scripts-python3-ready.patch \
"
SRC_URI = "git://git.kernel.dk/blktrace.git"
S = "${WORKDIR}/git"