]> code.ossystems Code Review - openembedded-core.git/commit
libtool: Ensure the paths to sed are not hardcoded
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Oct 2012 08:41:05 +0000 (08:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Oct 2012 16:32:20 +0000 (17:32 +0100)
commit86c6fa8175482283268dfa8782c6643a3510e0fd
tree8d651abf4b61bba553314d084ee069233bdc5cf1
parent8f41b69578eef5ea750e8f93dcd9d37375ce7d88
libtool: Ensure the paths to sed are not hardcoded

If you:

bitbake sed-native
bitbake libtool-cross

then libtool-cross has SED="/path/to/sysroot/sed" which is incorrect. If that
is reused from sstate or sed-native is cleaned, the build will fail.

This patch simply sets sed to be "sed" since we're not on systems where
the sed from PATH is broken.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.2.inc