diff options
author | Ben Shelton <ben.shelton@ni.com> | 2015-02-19 14:11:05 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-21 22:04:24 +0000 |
commit | 30eba39bd3b915477c584d8bebd194446497175e (patch) | |
tree | 4758e882fd8658f4da9175165c669c610b02d881 /meta/recipes-kernel/trace-cmd/trace-cmd.inc | |
parent | 2a0a14275ca00b2d3ca867c82548a41e3bb10986 (diff) | |
download | openembedded-core-30eba39bd3b915477c584d8bebd194446497175e.tar.gz openembedded-core-30eba39bd3b915477c584d8bebd194446497175e.tar.bz2 openembedded-core-30eba39bd3b915477c584d8bebd194446497175e.zip |
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.
Signed-off-by: Ben Shelton <ben.shelton@ni.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 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc index fb8c5fa7f7..feb56e108a 100644 --- a/meta/recipes-kernel/trace-cmd/trace-cmd.inc +++ b/meta/recipes-kernel/trace-cmd/trace-cmd.inc @@ -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" |