mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
kernelshark/trace-cmd: fix syntax error of shell
Delete "<<<" syntax of bash in Makefile, else we would get following error:
Syntax error: redirection unexpected
[YOCTO #6112]
(From OE-Core rev: c2892fa27d9918aa4ce00a106a254ddfd44aa0f1)
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git \
|
||||
file://trace-cmd-Add-checks-for-invalid-pointers-to-fix-seg.patch \
|
||||
file://trace-cmd-Do-not-call-stop_threads-if-doing-latency-.patch \
|
||||
file://trace-cmd-Setting-plugin-to-nop-clears-data-before-i.patch \
|
||||
file://trace-cmd-fix-syntax-error-of-shell.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user