]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/common: Allow ac_cv_path_SED to be overridden
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Dec 2017 17:09:47 +0000 (17:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jan 2018 12:56:04 +0000 (12:56 +0000)
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@linuxfoundation.org>
meta/site/common

index 5ccc14f8c95246d127f2e3b7d0a6fa26db9431f8..ff552329bd3c86bcf6ec2f919b17aca09e536931 100644 (file)
@@ -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}