mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
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>
15 lines
406 B
PHP
15 lines
406 B
PHP
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"
|