summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch
diff options
context:
space:
mode:
authorsakib.sajal@windriver.com <sakib.sajal@windriver.com>2020-06-01 15:56:41 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-01 22:30:39 -0400
commit4ba3d8daad8b77957d95db53fe34d1b49bfbd9c3 (patch)
tree5edde6e3dedbde45008993cbcb1d4772b6c9f272 /recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch
parentaa558c78241cedf46118c02127a115443db98f15 (diff)
downloadmeta-virtualization-4ba3d8daad8b77957d95db53fe34d1b49bfbd9c3.tar.gz
libvirt: fix patch fuzz warning
Refreshed patches to fix: "WARNING: libvirt-6.3.0-r0 do_patch: Fuzz detected" Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch')
-rw-r--r--recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch b/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch
index 33231960..b0148e5c 100644
--- a/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch
+++ b/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch
@@ -1,4 +1,4 @@
1From 7cf1d66c4b01c40b45b8a38370c7ffee46dfb10a Mon Sep 17 00:00:00 2001 1From 3566bcacaa6408fb8f655d1749a20b2f30e0c765 Mon Sep 17 00:00:00 2001
2From: Lei Maohui <leimaohui@cn.fujitsu.com> 2From: Lei Maohui <leimaohui@cn.fujitsu.com>
3Date: Fri, 31 Jul 2015 03:17:07 +0900 3Date: Fri, 31 Jul 2015 03:17:07 +0900
4Subject: [PATCH] to fix build error 4Subject: [PATCH] to fix build error
@@ -23,10 +23,10 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
23 1 file changed, 2 insertions(+), 3 deletions(-) 23 1 file changed, 2 insertions(+), 3 deletions(-)
24 24
25diff --git a/docs/Makefile.am b/docs/Makefile.am 25diff --git a/docs/Makefile.am b/docs/Makefile.am
26index 61862c4..c259535 100644 26index ce3d296..2c8180f 100644
27--- a/docs/Makefile.am 27--- a/docs/Makefile.am
28+++ b/docs/Makefile.am 28+++ b/docs/Makefile.am
29@@ -360,7 +360,7 @@ EXTRA_DIST= \ 29@@ -366,7 +366,7 @@ EXTRA_DIST= \
30 aclperms.htmlinc \ 30 aclperms.htmlinc \
31 $(schema_DATA) 31 $(schema_DATA)
32 32
@@ -35,7 +35,7 @@ index 61862c4..c259535 100644
35 35
36 aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \ 36 aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
37 $(top_srcdir)/scripts/genaclperms.py Makefile.am 37 $(top_srcdir)/scripts/genaclperms.py Makefile.am
38@@ -426,8 +426,7 @@ manpages/%.html.in: manpages/%.rst 38@@ -432,8 +432,7 @@ manpages/%.html.in: manpages/%.rst
39 $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \ 39 $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \
40 $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; } 40 $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; }
41 41
@@ -43,5 +43,5 @@ index 61862c4..c259535 100644
43- $(acl_generated) 43- $(acl_generated)
44+%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl 44+%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl
45 $(AM_V_GEN)name=`echo $@ | sed -e 's/.tmp//'`; \ 45 $(AM_V_GEN)name=`echo $@ | sed -e 's/.tmp//'`; \
46 dir=`dirname $@` ; \ 46 genhtmlin=`echo $@ | sed -e 's/.tmp/.in/'`; \
47 if test "$$dir" = "."; \ 47 rst=`echo $@ | sed -e 's/.html.tmp/.rst/'`; \