Yocto Project Discussions
 help / color / mirror / Atom feed
From: "kai" <kai.kang@windriver.com>
To: <yocto@yoctoproject.org>
Subject: [meta-cgl][PATCH] resource-agents: remove the build path from script ocf-binaries
Date: Mon, 28 Sep 2020 09:57:58 +0800	[thread overview]
Message-ID: <20200928015758.37360-1-kai.kang@windriver.com> (raw)

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


                 reply	other threads:[~2020-09-28  1:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200928015758.37360-1-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox