X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fcluster-resource-agents%2Fresource-agents%2F0002-Set-OCF_ROOT_DIR-to-libdir-ocf.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fcluster-resource-agents%2Fresource-agents%2F0002-Set-OCF_ROOT_DIR-to-libdir-ocf.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=78840e5ae7f382fafde637df17ec3a32fc6e78bb;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/cluster-resource-agents/resource-agents/0002-Set-OCF_ROOT_DIR-to-libdir-ocf.patch b/meta-starlingx/meta-stx-cloud/recipes-support/cluster-resource-agents/resource-agents/0002-Set-OCF_ROOT_DIR-to-libdir-ocf.patch deleted file mode 100644 index 78840e5..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/cluster-resource-agents/resource-agents/0002-Set-OCF_ROOT_DIR-to-libdir-ocf.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 09c0d3deaed7aa4aa6ec07dd89c4233833133c72 Mon Sep 17 00:00:00 2001 -From: Jackie Huang -Date: Mon, 27 Apr 2020 11:53:02 +0800 -Subject: [PATCH 2/4] Set OCF_ROOT_DIR to ${libdir}/ocf - -Signed-off-by: Bian Naimeng - -Rebase for 4.1.1 - -Signed-off-by: Jackie Huang ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 113503e..e1ed2e8 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -413,7 +413,7 @@ dnl Variables needed for substitution - AC_CHECK_HEADERS(heartbeat/glue_config.h) - - if test "$ac_cv_header_heartbeat_glue_config_h" = "yes"; then -- OCF_ROOT_DIR=`extract_header_define heartbeat/glue_config.h OCF_ROOT_DIR` -+ OCF_ROOT_DIR="${libdir}/ocf" - else - enable_libnet=no - fi --- -2.7.4 -