[oe-commits] [openembedded-core] 02/02: site/common: Allow ac_cv_path_SED to be overridden

git at git.openembedded.org git at git.openembedded.org
Wed Jan 3 23:17:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a60391ba21844857960b89fecb24e45c8b6d3522
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Dec 20 17:09:47 2017 +0000

    site/common: Allow ac_cv_path_SED to be overridden
    
    There are tools in the wild where we need this to be a full path, even
    if that doesn't make sense in most other cases due to libtool issues.
    Allow those cases to override the default value as currently its near
    impossible to do so.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/site/common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/site/common b/meta/site/common
index 5ccc14f..ff55232 100644
--- a/meta/site/common
+++ b/meta/site/common
@@ -18,4 +18,4 @@ shadow_cv_passwd_dir=${bindir}
 # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
 ac_cv_buggy_getaddrinfo=no
 
-ac_cv_path_SED=sed
+ac_cv_path_SED=${ac_cv_path_SED=sed}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list