mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
trace-cmd: refactoring recipe
Fixes [YOCTO #4497] Refactoring recipe to avoid duplicated entries in trace-cmd and kernelshark bb-files. Also remove usage of FILESPATH and split package unique patches into separate dirs. (From OE-Core rev: bc57d7041e126850245e4a5ab0211979b49b97ff) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
845a25342f
commit
bf359458a9
@@ -0,0 +1,14 @@
|
||||
SRCREV = "7055ffd37beeb44714e86a4abc703f7e175a0db5"
|
||||
PR = "r3"
|
||||
PV = "1.2+git${SRCPV}"
|
||||
|
||||
inherit pkgconfig pythonnative
|
||||
|
||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git \
|
||||
file://addldflags.patch \
|
||||
file://make-docs-optional.patch \
|
||||
file://blktrace-api-compatibility.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user