diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-27 09:58:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-30 22:00:11 +0100 |
commit | db2eb3258844458569b7d4e6ed82c345858a3b99 (patch) | |
tree | 627db8d5ad7ac8672f2684a58fb193d826292428 /meta/site | |
parent | a65261ab27cc93b8a564b628e50d89bf52492110 (diff) | |
download | openembedded-core-contrib-db2eb3258844458569b7d4e6ed82c345858a3b99.tar.gz |
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>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/native | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/native b/meta/site/native new file mode 100644 index 00000000000..7dfb1cbeebf --- /dev/null +++ b/meta/site/native @@ -0,0 +1 @@ +ac_cv_path_SED=sed |