mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 13:13:02 +01:00
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>
13 lines
346 B
PHP
13 lines
346 B
PHP
SRCREV = "0813335d2e49291e7ab6a4365cec2baa05813eda"
|
|
PV = "2.5.3+git${SRCPV}"
|
|
|
|
inherit pkgconfig
|
|
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:"
|
|
|
|
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"
|