[OE-core] [PATCH 1/2] rt-tests: fix redo install error

2015-08-03 Thread Kai Kang
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

[OE-core] [PATCH 1/2] rt-tests: fix redo install error

2015-08-01 Thread Kai Kang
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