X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fcluster-glue%2Fcluster-glue%2F0001-ribcl.py.in-Warning-Fix.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fcluster-glue%2Fcluster-glue%2F0001-ribcl.py.in-Warning-Fix.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=31010d4564120d25b950f45179c21a0f850d254d;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/cluster-glue/cluster-glue/0001-ribcl.py.in-Warning-Fix.patch b/meta-starlingx/meta-stx-integ/recipes-support/cluster-glue/cluster-glue/0001-ribcl.py.in-Warning-Fix.patch deleted file mode 100644 index 31010d4..0000000 --- a/meta-starlingx/meta-stx-integ/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 -