]> 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>
Wed, 31 Dec 2014 10:17:42 +0000 (10:17 +0000)
commit9e147ac704a5ed148568e0deeb3df12475fab23c
treeb26a10a249d5ad86ab2943619abd6cfbd4cc16fd
parentb750efd2bf9859cba462ef9d814dd8560fda8f74
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.

(From OE-Core rev: fafdf20179cf28b24459dc0263e4ba36e5843b85)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch [new file with mode: 0644]
meta/recipes-extended/gzip/gzip.inc