mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
blktrace: update to version 1.0.3
This also removes dso_linking_change_build_fix.patch since the same change has been made upstream. Also removes unused SRC_URI checksums. (From OE-Core rev: 776942858cad072facc9b5fea618ee88ff56a3a8) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f44f9f6e16
commit
7f05f9b1c6
@@ -4,17 +4,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
DEPENDS = "libaio"
|
||||
|
||||
SRCREV = "1e09f6e9012826fca69fa07222b7bc53c3e629ee"
|
||||
SRCREV = "0abccbcb5d1a538028ffcb3869d646d29bf5812b"
|
||||
|
||||
PR = r2
|
||||
PV = "1.0.1+git${SRCPV}"
|
||||
PR = "r3"
|
||||
PV = "1.0.3+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
|
||||
file://blktrace-makefile.patch \
|
||||
file://dso_linking_change_build_fix.patch"
|
||||
|
||||
SRC_URI[md5sum] = "588aa9ab8a14d1766ab3f061d728ed89"
|
||||
SRC_URI[sha256sum] = "f3cb6a3df1b3dc67369c7c4da3444a7897aa8a18e55937b368e0a6aa2f64b3aa"
|
||||
file://blktrace-makefile.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user