[yocto] [meta-cgl][PATCH 3/3] resource-agents: refresh patches to fix QA warning

Yi Zhao yi.zhao at windriver.com
Sun Apr 15 18:57:27 PDT 2018


Refresh patches with devtool command to fix do_patch warning.

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 .../resource-agents/01-disable-doc-build.patch        |  9 +++++----
 .../02-set-OCF_ROOT_DIR-to-libdir-ocf.patch           | 13 +++++++------
 .../resource-agents/03-fix-header-defs-lookup.patch   | 11 ++++++-----
 .../resource-agents/fix-install-sh-not-found.patch    | 19 +++++++++----------
 ...x-builds-when-srcdir-and-builddir-are-sepera.patch |  6 ++----
 5 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/01-disable-doc-build.patch b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/01-disable-doc-build.patch
index 3fce743..7c67ecc 100644
--- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/01-disable-doc-build.patch
+++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/01-disable-doc-build.patch
@@ -1,6 +1,10 @@
-disable doc build
+From 20aca585d2f3273adc36ed0d795716fa6b29524f Mon Sep 17 00:00:00 2001
+From: Bian Naimeng <biannm at cn.fujitsu.com>
+Date: Tue, 30 Jun 2015 16:42:48 +0800
+Subject: [PATCH] disable doc build
 
 Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
+
 ---
  Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -18,6 +22,3 @@ index 1769c6e..d66b2ae 100644
  LINUX_HA = without
  else
  LINUX_HA = with
--- 
-1.8.3.1
-
diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/02-set-OCF_ROOT_DIR-to-libdir-ocf.patch b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/02-set-OCF_ROOT_DIR-to-libdir-ocf.patch
index 4a8ac64..683f3db 100644
--- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/02-set-OCF_ROOT_DIR-to-libdir-ocf.patch
+++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/02-set-OCF_ROOT_DIR-to-libdir-ocf.patch
@@ -1,15 +1,19 @@
-Set OCF_ROOT_DIR to ${libdir}/ocf
+From a62bfe802361b9b3b212afa9e2fa488a3435a0f9 Mon Sep 17 00:00:00 2001
+From: Bian Naimeng <biannm at cn.fujitsu.com>
+Date: Tue, 30 Jun 2015 16:42:48 +0800
+Subject: [PATCH] Set OCF_ROOT_DIR to ${libdir}/ocf
 
 Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
+
 ---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index bb45717..3326b53 100644
+index 3bb0b7d..ca30182 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -406,7 +406,7 @@ dnl Variables needed for substitution
+@@ -405,7 +405,7 @@ dnl Variables needed for substitution
  AC_CHECK_HEADERS(heartbeat/glue_config.h)
  
  if test "$ac_cv_header_heartbeat_glue_config_h" = "yes"; then
@@ -18,6 +22,3 @@ index bb45717..3326b53 100644
  else
    enable_libnet=no
  fi
--- 
-1.8.3.1
-
diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/03-fix-header-defs-lookup.patch b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/03-fix-header-defs-lookup.patch
index f1d3924..0ef2b45 100644
--- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/03-fix-header-defs-lookup.patch
+++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/03-fix-header-defs-lookup.patch
@@ -1,12 +1,16 @@
-fix header defs lookup
+From 6a8ec0557194fb5071503de95f2160361ae3427e Mon Sep 17 00:00:00 2001
+From: Bian Naimeng <biannm at cn.fujitsu.com>
+Date: Tue, 1 Apr 2014 16:20:39 +0200
+Subject: [PATCH] fix header defs lookup
 
 Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
+
 ---
  configure.ac | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 3326b53..8b5706a 100644
+index ca30182..83a698d 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -140,9 +140,8 @@ extract_header_define() {
@@ -21,6 +25,3 @@ index 3326b53..8b5706a 100644
  	  AC_MSG_RESULT($value)
  	  printf $value
  	  rm -f ${Cfile}.c ${Cfile}
--- 
-1.8.3.1
-
diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fix-install-sh-not-found.patch b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fix-install-sh-not-found.patch
index 102b797..fbded10 100644
--- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fix-install-sh-not-found.patch
+++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fix-install-sh-not-found.patch
@@ -1,23 +1,25 @@
-configure.ac: fix install-sh not found
+From 59dd32d063ca09a64e371768d7fc74a9954aa717 Mon Sep 17 00:00:00 2001
+From: William Grant <wgrant at ubuntu.com>
+Date: Fri, 9 Jun 2017 09:10:02 +0800
+Subject: [PATCH] configure.ac: fix install-sh not found
 
 Fix configure.ac to cope with new autoconf.
 Recent autoconfs generate a bad configure when AM_INIT_AUTOMAKE is
 called as late as it was, ending up thinking that the am_aux_dir is pwd
 at the start of the build. Move it up to under AC_INIT to fix that.
 
-Author: William Grant <wgrant at ubuntu.com>
-
 Upstream-Status: Pending
 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724116
 
 Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
+
 ---
  configure.ac | 15 ++++++++-------
  1 file changed, 8 insertions(+), 7 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index e8e2a7b..f3c8b9f 100644
+index 83a698d..2082d43 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -23,13 +23,20 @@ AC_INIT([resource-agents],
@@ -42,9 +44,9 @@ index e8e2a7b..f3c8b9f 100644
  AC_CANONICAL_HOST
  
  dnl Where #defines go (e.g. `AC_CHECK_HEADERS' below)
-@@ -56,12 +63,6 @@ AC_ARG_WITH(pkg-name,
-     [  --with-pkg-name=name     Override package name (if you're a packager needing to pretend) ],
-     [ PACKAGE_NAME="$withval" ])
+@@ -76,12 +83,6 @@ AS_IF([test "x$with_systemdsystemunitdir" != "xno"],
+       [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])])
+ AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])
  
 -dnl 
 -dnl AM_INIT_AUTOMAKE([1.11.1 foreign dist-bzip2 dist-xz])
@@ -55,6 +57,3 @@ index e8e2a7b..f3c8b9f 100644
  AC_DEFINE_UNQUOTED(AGENTS_VERSION, "$PACKAGE_VERSION", Current agents version)
  
  CC_IN_CONFIGURE=yes
--- 
-1.8.1.2
-
diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fs.sh-fix-builds-when-srcdir-and-builddir-are-sepera.patch b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fs.sh-fix-builds-when-srcdir-and-builddir-are-sepera.patch
index 3247927..dbafc68 100644
--- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fs.sh-fix-builds-when-srcdir-and-builddir-are-sepera.patch
+++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents/fs.sh-fix-builds-when-srcdir-and-builddir-are-sepera.patch
@@ -1,4 +1,4 @@
-From 5b7a84dbb9d06112c4b2804223163d91ba8ab786 Mon Sep 17 00:00:00 2001
+From 40227e4ac8c95fb0175cbc4856103b5ca4c6824c Mon Sep 17 00:00:00 2001
 From: Jackie Huang <jackie.huang at windriver.com>
 Date: Thu, 1 Jun 2017 10:34:38 +0800
 Subject: [PATCH] fs.sh: fix builds when srcdir and builddir are seperated
@@ -17,6 +17,7 @@ Add abs_srcdir to fix this.
 Upstream-Status: Submitted [https://github.com/ClusterLabs/resource-agents/pull/986]
 
 Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
+
 ---
  rgmanager/src/resources/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -34,6 +35,3 @@ index de88c69..30b3be9 100644
  		-e 's#@''LOGDIR@#${LOGDIR}#g' \
  	> $@.out
  	chmod +x $@.out
--- 
-2.11.0
-
-- 
2.7.4




More information about the yocto mailing list