From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 64697E00B87; Thu, 8 Jun 2017 18:10:09 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C90E8E00B53 for ; Thu, 8 Jun 2017 18:10:07 -0700 (PDT) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id v591A6fi015557 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 8 Jun 2017 18:10:06 -0700 (PDT) Received: from pek-hostel-deb01.wrs.com (128.224.153.151) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Thu, 8 Jun 2017 18:10:06 -0700 From: To: Date: Fri, 9 Jun 2017 09:10:00 +0800 Message-ID: X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Subject: [meta-cgl][PATCH 0/4 v2] resource-agents: update to 1.1.16 and several fixes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 01:10:09 -0000 Content-Type: text/plain From: Jackie Huang v2 comments: rebased and fixed the conflicts. -- The following changes since commit 0296ce6a32e9b130af347267850940b189b78675: cluster-glue: update useradd parameters (2017-06-08 15:10:31 +0200) are available in the git repository at: https://github.com/jackiehjm/meta-cgl.git jhuang0/up_resource-agents-v2_170609_0 https://github.com//tree/jhuang0/up_resource-agents-v2_170609_0 Jackie Huang (4): resource-agents: fix dependencies resource-agents: fix install-sh not found resource-agents: fix builds error when S != B resource-agents: update to version 4.0.1 .../resource-agents/fix-install-sh-not-found.patch | 60 ++++++++++++++++++++++ ...uilds-when-srcdir-and-builddir-are-sepera.patch | 39 ++++++++++++++ ...ce-agents_3.9.7.bb => resource-agents_4.0.1.bb} | 18 +++++-- 3 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fix-install-sh-not-found.patch create mode 100644 meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fs.sh-fix-builds-when-srcdir-and-builddir-are-sepera.patch rename meta-cgl-common/recipes-cgl/cluster-resource-agents/{resource-agents_3.9.7.bb => resource-agents_4.0.1.bb} (83%) -- 2.11.0