Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SRCREV = "0813335d2e49291e7ab6a4365cec2baa05813eda" |
2 | PV = "2.5.3+git${SRCPV}" | ||||
3 | |||||
4 | inherit pkgconfig | ||||
5 | |||||
6 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:" | ||||
7 | |||||
8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.5 \ | ||||
9 | file://blktrace-api-compatibility.patch \ | ||||
10 | " | ||||
11 | |||||
12 | S = "${WORKDIR}/git" |