summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests.inc
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-08-04 11:25:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-09 15:14:30 -0700
commita172c208c821af7f9527fe25f337f51c52ba8793 (patch)
tree6010ec488b43e82584a57763e0c59d735c29fbb8 /meta/recipes-rt/rt-tests/rt-tests.inc
parent781ec1061306f43265f9d756a89d1b86bd5d19a0 (diff)
downloadopenembedded-core-contrib-a172c208c821af7f9527fe25f337f51c52ba8793.tar.gz
rt-tests: fix redo install error
Currently gzip on host is used. If host gzip is provided by pigz, it fails to redo install that pigz can't handle the option after file name. When run command for target install in Makefile: gzip src/backfire/backfire.4 -c > OUTPUT_FILE File src/backfire/backfire.4 is zipped into backfire.4.gz but the OUTPUT_FILE is empty. When rerun do_install, it shows warning: | gzip: src/backfire/backfire.4 does not exist -- skipping and empty manual gzip files are created: $ file image/usr/share/man/man4/backfire.4.gz image/usr/share/man/man4/backfire.4.gz: empty Fix it by putting option '-c' before the file name. Signed-off-by: Kai Kang <kai.kang@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.inc1
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 e63182a711..9a076ad88c 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -8,6 +8,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
file://added-missing-dependencies.patch \
file://hackbench-fix-error-check.patch \
file://Makefile-fix-gzip-command.patch \
+ file://fix-re-install-failure.patch \
"
S = "${WORKDIR}/git"