Files
poky/meta/recipes-kernel/trace-cmd/trace-cmd.inc
Alexander Kanavin 83c8cecf90 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>
2017-06-28 15:52:17 +01:00

14 lines
405 B
PHP

SRCREV = "021710e1073fe203341b427cd1a4bac577ec899c"
PV = "2.6.1"
inherit pkgconfig
FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.6 \
file://blktrace-api-compatibility.patch \
file://0001-Include-limits.h-so-that-PATH_MAX-is-defined-an-issu.patch \
"
S = "${WORKDIR}/git"