diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-08 16:39:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:17 +0100 |
commit | 83c8cecf908084d418c1ca538706539a5fd96189 (patch) | |
tree | 30a9da97ac0ddd4b4d79435f6062c96569e1541e /meta/recipes-kernel/trace-cmd/trace-cmd.inc | |
parent | 802e03ea959a193bcc4dc772feae82e894823cac (diff) | |
download | poky-83c8cecf908084d418c1ca538706539a5fd96189.tar.gz |
trace-cmd: update to 2.6.1
License change is due to update in FSF address.
Library path needs to be specified in absolute form now.
Remove bash completion file from kernelshark package as it will cause
a conflict with trace-cmd package.
Add a patch to resolve musl build issues.
(From OE-Core rev: 9f07921c6dcb2ea0abeaf1943aa2de5d81c82c0f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/trace-cmd/trace-cmd.inc')
-rw-r--r-- | meta/recipes-kernel/trace-cmd/trace-cmd.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc index 3ad06fad81..002ee65fda 100644 --- a/meta/recipes-kernel/trace-cmd/trace-cmd.inc +++ b/meta/recipes-kernel/trace-cmd/trace-cmd.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SRCREV = "9be5d74805830a291615f2f34a27c903f6a37b1e" | 1 | SRCREV = "021710e1073fe203341b427cd1a4bac577ec899c" |
2 | PV = "2.6" | 2 | PV = "2.6.1" |
3 | 3 | ||
4 | inherit pkgconfig | 4 | inherit pkgconfig |
5 | 5 | ||
@@ -7,6 +7,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:" | |||
7 | 7 | ||
8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.6 \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.6 \ |
9 | file://blktrace-api-compatibility.patch \ | 9 | file://blktrace-api-compatibility.patch \ |
10 | file://0001-Include-limits.h-so-that-PATH_MAX-is-defined-an-issu.patch \ | ||
10 | " | 11 | " |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |