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>
Thu, 18 Oct 2012 11:13:13 +0000 (12:13 +0100)
commit550a04c4efe5350c55587428ea559ae5934c47f7
tree69c2ab0891f28899179b282aef3897013ca43dd1
parent17ddcfde4eae75e03e7bbeadd7f8bb22fe093404
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.

(From OE-Core rev: 86c6fa8175482283268dfa8782c6643a3510e0fd)

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