diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-11 08:41:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:13 +0100 |
commit | bf3b8506a1c864f7547f08d87386f88ed700ed14 (patch) | |
tree | 09b5d632ad39fe4509dbc99b1ce9fb64aa98f5af /meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb | |
parent | bcc73d26ddff01f0e4bb38eab23c57ef9bf76b04 (diff) | |
download | poky-bf3b8506a1c864f7547f08d87386f88ed700ed14.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb')
0 files changed, 0 insertions, 0 deletions