summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch
diff options
context:
space:
mode:
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/'`; \