diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-08-04 11:25:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:21 -0700 |
commit | 800ebee9c508c742d8fecab527cacdacb20ca737 (patch) | |
tree | 68c8fdd0c74e1aa7ffa5a19756a4e97a86102007 /oe-init-build-env-memres | |
parent | 44bbb402af75c78eb7dc25e7374ccfcfa7410034 (diff) | |
download | poky-800ebee9c508c742d8fecab527cacdacb20ca737.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.
(From OE-Core rev: a172c208c821af7f9527fe25f337f51c52ba8793)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env-memres')
0 files changed, 0 insertions, 0 deletions