aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/trace-cmd/kernelshark_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/kernelshark_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/kernelshark_1.2.bb')
-rw-r--r--meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb b/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb
index 9268a506b8..d61097df91 100644
--- a/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb
+++ b/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb
@@ -15,7 +15,8 @@ inherit pkgconfig pythonnative
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git \
file://addldflags.patch \
file://make-docs-optional.patch \
- file://blktrace-api-compatibility.patch"
+ file://blktrace-api-compatibility.patch \
+ file://kernelshark-fix-syntax-error-of-shell.patch"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'prefix=${prefix}' gui"