]> 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)
committerRoss Burton <ross.burton@intel.com>
Tue, 23 Apr 2013 09:22:12 +0000 (10:22 +0100)
commit65accc9a8526ed659b0a6a75fa9986fd7e6819b2
tree576a617a4b4e03e38cf4be95bc486436eccfd8de
parent15d7cfe9e4186e97690704382817a00fe7c53094
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