]> code.ossystems Code Review - openembedded-core.git/commit
libtool: Fix tools path issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:24:58 +0000 (14:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:29:56 +0000 (14:29 +0000)
commite48c06264f183c3d611a20a45914e9eeaa8f3736
tree79d0aa1b433b360ce89d5f63113104a060fcd1bf
parent787ffc5e12f1639aa5e0917bb23deced53a0478e
libtool: Fix tools path issues

If for example you build on a machine with /bin/grep, then restore that sstate
onto a machine with /usr/bin/grep, things will fail. Simply don't bother
hardcoding paths.

This was lost during the libtool upgrade:

http://git.yoctoproject.org/cgit.cgi/poky/diff/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch?id=d4e1862453b2a4c12400de0f43f08a9871a4de60

since the path to the files changed. This restores the previous behaviour.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.5.inc
meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch [new file with mode: 0644]