]> code.ossystems Code Review - openembedded-core.git/commit
gzip: fix MakeMaker issues with using wrong SHELL/GREP
authorJackie Huang <jackie.huang@windriver.com>
Fri, 21 Nov 2014 09:50:57 +0000 (04:50 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Dec 2014 17:43:14 +0000 (17:43 +0000)
commitfafdf20179cf28b24459dc0263e4ba36e5843b85
tree525b72a8d770dd4bfc6b5be956537accb971e05b
parent2910478f42ec23ab112da4753dbf38cefb835a3a
gzip: fix MakeMaker issues with using wrong SHELL/GREP

A set of substitution is being processed to all target scripts with sed by
replacing some key words with the detected values at configure time, this
is exactly not compliant with cross compling, and will cause missing path
errors at run time like:
"/usr/bin/zgrep: line 230: /usr/bin/grep: No such file or directory"

Fixed by removing unneeded substitution and using real runtime paths
instead.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch [new file with mode: 0644]
meta/recipes-extended/gzip/gzip.inc