X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-support%2Fcluster-glue%2Fcluster-glue%2F0001-ribcl.py.in-Warning-Fix.patch;fp=meta-stx%2Frecipes-support%2Fcluster-glue%2Fcluster-glue%2F0001-ribcl.py.in-Warning-Fix.patch;h=0000000000000000000000000000000000000000;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=31010d4564120d25b950f45179c21a0f850d254d;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-stx/recipes-support/cluster-glue/cluster-glue/0001-ribcl.py.in-Warning-Fix.patch b/meta-stx/recipes-support/cluster-glue/cluster-glue/0001-ribcl.py.in-Warning-Fix.patch deleted file mode 100644 index 31010d4..0000000 --- a/meta-stx/recipes-support/cluster-glue/cluster-glue/0001-ribcl.py.in-Warning-Fix.patch +++ /dev/null @@ -1,34 +0,0 @@ -From a2c66927b75547cee1db1340a67449ded0812df3 Mon Sep 17 00:00:00 2001 -From: Li xin -Date: Wed, 19 Aug 2015 11:13:46 +0900 -Subject: [PATCH] ribcl.py.in: Warning Fix - -WARNING: QA Issue: /usr/lib/stonith/plugins/stonith2/ribcl.py_cluster-glue-plugin-stonith2-ribcl -contained in package cluster-glue-plugin-stonith2-ribcl requires /usr/local/bin/python, -but no providers found in its RDEPENDS [file-rdeps] - -Add target python handling -Allow the build to specify a path for the python instead of reusing -the PYTHON variable which can lead to inconsistencies if we are cross -compiling. - -Upstream-Status: pending - -Signed-off-by: Li Xin ---- - lib/plugins/stonith/ribcl.py.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/plugins/stonith/ribcl.py.in b/lib/plugins/stonith/ribcl.py.in -index 14e070c..01205e3 100644 ---- a/lib/plugins/stonith/ribcl.py.in -+++ b/lib/plugins/stonith/ribcl.py.in -@@ -1,4 +1,4 @@ --#!@PYTHON@ -+#!@TRAGET_PYTHON@ - - - # --- -1.8.4.2 -