]> code.ossystems Code Review - openembedded-core.git/commit
native: Use a native site file and ensure the correct sed is used
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2013 09:58:17 +0000 (09:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Sep 2013 21:00:11 +0000 (22:00 +0100)
commitdb2eb3258844458569b7d4e6ed82c345858a3b99
tree627db8d5ad7ac8672f2684a58fb193d826292428
parenta65261ab27cc93b8a564b628e50d89bf52492110
native: Use a native site file and ensure the correct sed is used

native recipes were not using the site files. There are some things we need
to correct such as not using the path to sed-native. This allows us
to deploy settings globally for all recipes rather than hacking around
then in individual recipes as libtool-native used to for sed.

This fixes a regression introduced by
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=32edeb391f2107bb66b361cdcd4b8d4447731c33

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass
meta/site/native [new file with mode: 0644]