diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-02 19:15:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:25 +0000 |
commit | 88ad298e77f7305706a0b833793edac120a12d8f (patch) | |
tree | 0d4a52e2f0e18a5df671eb28b36a2b1a4e95d17c /meta/recipes-rt/rt-tests/rt-tests.inc | |
parent | b3dab28e5bbede8a61adc3d3f5e9e1b84ef72d5d (diff) | |
download | poky-88ad298e77f7305706a0b833793edac120a12d8f.tar.gz |
rt-tests: fix gzip command
The "-c" doesn't work in command "gzip file -c", need use "gzip -c file"
(From OE-Core rev: ee152cb5f83c76d81e199dbb7861712a3797f400)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests.inc')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 7fbe6d45b8..4942701531 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -7,6 +7,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git | |||
7 | file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ | 7 | file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ |
8 | file://added-missing-dependencies.patch \ | 8 | file://added-missing-dependencies.patch \ |
9 | file://hackbench-fix-error-check.patch \ | 9 | file://hackbench-fix-error-check.patch \ |
10 | file://Makefile-fix-gzip-command.patch \ | ||
10 | " | 11 | " |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |