Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-cgl][PATCH] resource-agents: remove the build path from script ocf-binaries
@ 2020-09-28  1:57 kai
  0 siblings, 0 replies; only message in thread
From: kai @ 2020-09-28  1:57 UTC (permalink / raw)
  To: yocto

From: Yue Tao <Yue.Tao@windriver.com>

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@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-28  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28  1:57 [meta-cgl][PATCH] resource-agents: remove the build path from script ocf-binaries kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox