]> code.ossystems Code Review - openembedded-core.git/commit
libtool: remove /absolute/path/to/host references
authorOoi Cinly <cinly.ooi@intel.com>
Wed, 16 Aug 2017 01:17:50 +0000 (09:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Aug 2017 11:35:58 +0000 (12:35 +0100)
commit04db02138e363898e040e33557f1296e8a43c3fd
tree40ae36d30aba4aa85441fbfa73f99ebacf2a37b7
parenta945141062ac3d0736558be428f60af405b53a94
libtool: remove /absolute/path/to/host references

Removed all instances of -fdebug-prefix-map in LTCFLAGS
declaration because they contain references to host system
and are not needed.

/absolute/path/to/host/dd was replaced with 'dd' in
lt_truncate_bin declaration.

Please take note that the location of regex is important
for DEBUG_PREFIX_MAP. Removal of DEBUG_PREFIX_MAP has to be
done before other regex command modify its option value.

Both are modified because they affect binary reproducibility.

[YOCTO #11656]

Signed-off-by: Ooi Cinly <cinly.ooi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool_2.4.6.bb