mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
trace-cmd: Update to version 2.5.3
Updating adds new features including the very useful 'profile' option. Changes include: - Remove addldflags.patch (already upstream in the new version). - Remove make-docs-optional.patch (docs are built in a separate target in the new version). - Update SRC_URI, SRCREV, PR, and PV in the .inc file and don't override them in the recipe. - Fix a typo in LIC_FILES_CHECKSUM so 'endline' is properly defined. - Drop PR. (From OE-Core rev: 30eba39bd3b915477c584d8bebd194446497175e) Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b3e92f4b46
commit
6dc2030dcf
@@ -1,14 +1,12 @@
|
||||
SRCREV = "7055ffd37beeb44714e86a4abc703f7e175a0db5"
|
||||
PR = "r3"
|
||||
PV = "1.2+git${SRCPV}"
|
||||
SRCREV = "0813335d2e49291e7ab6a4365cec2baa05813eda"
|
||||
PV = "2.5.3+git${SRCPV}"
|
||||
|
||||
inherit pkgconfig pythonnative
|
||||
inherit pkgconfig
|
||||
|
||||
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 \
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;protocol=git;branch=trace-cmd-stable-v2.5 \
|
||||
file://blktrace-api-compatibility.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user