From: Yue Tao <Yue.Tao@...>
After upgrading 4.5.0, the script ocf-binaries contains the build path
| : ${SSH:=/path/to/build/tmp-glibc/hosttools/ssh}
Add a configure option to replace it with /usr/bin/ssh.
Signed-off-by: Yue Tao <Yue.Tao@...>
Signed-off-by: Kai Kang <kai.kang@...>
---
.../recipes-cgl/cluster-resource-agents/resource-agents_4.5.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0.bb b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0.bb
index d34d706..d9440d3 100644
--- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0.bb
+++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0.bb
@@ -49,6 +49,7 @@ CACHED_CONFIGUREVARS += " \
ac_cv_path_TEST=test \
ac_cv_path_BASH_SHELL=/bin/bash \
ac_cv_path_PYTHON="/usr/bin/env python3" \
+ ac_cv_path_SSH="/usr/bin/ssh" \
"
EXTRA_OECONF += "--disable-fatal-warnings \
--
2.17.1