aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-04-10 16:25:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-10 10:22:26 +0100
commitc2892fa27d9918aa4ce00a106a254ddfd44aa0f1 (patch)
treea6011aa536df553ee10d70cf3e3a524274bd2c1f /meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
parent400b4bce34ffb76e500e2195104cc200218aa4c3 (diff)
downloadopenembedded-core-contrib-c2892fa27d9918aa4ce00a106a254ddfd44aa0f1.tar.gz
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] Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb')
-rw-r--r--meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
index 74eafbb530..a0c823bf62 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
@@ -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"