summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-20 17:09:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-04 12:57:43 +0000
commitf2b03953b28755277437641645669396f285919a (patch)
treec708e3e629dad08d9ee451b27560737187d5e9c7
parent41ea1be73c1945403440a0e38a156227702d415f (diff)
downloadpoky-2.5_M1.tar.gz
site/common: Allow ac_cv_path_SED to be overridden2.5_M1
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. (From OE-Core rev: 65652f419a4c8578121f1f67d43f23ce4eae5a37) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/site/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/site/common b/meta/site/common
index 5ccc14f8c9..ff552329bd 100644
--- a/meta/site/common
+++ b/meta/site/common
@@ -18,4 +18,4 @@ shadow_cv_passwd_dir=${bindir}
18# python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling 18# python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
19ac_cv_buggy_getaddrinfo=no 19ac_cv_buggy_getaddrinfo=no
20 20
21ac_cv_path_SED=sed 21ac_cv_path_SED=${ac_cv_path_SED=sed}