diff options
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.patch | 47 |
1 files changed, 0 insertions, 47 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 deleted file mode 100644 index b0148e5c..00000000 --- a/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 1 | From 3566bcacaa6408fb8f655d1749a20b2f30e0c765 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Lei Maohui <leimaohui@cn.fujitsu.com> | ||
| 3 | Date: Fri, 31 Jul 2015 03:17:07 +0900 | ||
| 4 | Subject: [PATCH] to fix build error | ||
| 5 | |||
| 6 | The error likes as following | ||
| 7 | |||
| 8 | | Generating internals/command.html.tmp | ||
| 9 | | /bin/sh: line 3: internals/command.html.tmp: No such file or directory | ||
| 10 | | rm: Generating internals/locking.html.tmp | ||
| 11 | | cannot remove `internals/command.html.tmp': No such file or directory | ||
| 12 | | make[3]: *** [internals/command.html.tmp] Error 1 | ||
| 13 | | make[3]: *** Waiting for unfinished jobs.... | ||
| 14 | |||
| 15 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | ||
| 16 | [ywei: rebased to libvirt-1.3.2] | ||
| 17 | Signed-off-by: Yunguo Wei <yunguo.wei@windriver.com> | ||
| 18 | [MA: rebase to v4.3.0] | ||
| 19 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | ||
| 20 | |||
| 21 | --- | ||
| 22 | docs/Makefile.am | 5 ++--- | ||
| 23 | 1 file changed, 2 insertions(+), 3 deletions(-) | ||
| 24 | |||
| 25 | diff --git a/docs/Makefile.am b/docs/Makefile.am | ||
| 26 | index ce3d296..2c8180f 100644 | ||
| 27 | --- a/docs/Makefile.am | ||
| 28 | +++ b/docs/Makefile.am | ||
| 29 | @@ -366,7 +366,7 @@ EXTRA_DIST= \ | ||
| 30 | aclperms.htmlinc \ | ||
| 31 | $(schema_DATA) | ||
| 32 | |||
| 33 | -acl_generated = aclperms.htmlinc | ||
| 34 | +acl.html:: $(srcdir)/aclperms.htmlinc | ||
| 35 | |||
| 36 | aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \ | ||
| 37 | $(top_srcdir)/scripts/genaclperms.py Makefile.am | ||
| 38 | @@ -432,8 +432,7 @@ manpages/%.html.in: manpages/%.rst | ||
| 39 | $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \ | ||
| 40 | $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; } | ||
| 41 | |||
| 42 | -%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \ | ||
| 43 | - $(acl_generated) | ||
| 44 | +%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl | ||
| 45 | $(AM_V_GEN)name=`echo $@ | sed -e 's/.tmp//'`; \ | ||
| 46 | genhtmlin=`echo $@ | sed -e 's/.tmp/.in/'`; \ | ||
| 47 | rst=`echo $@ | sed -e 's/.html.tmp/.rst/'`; \ | ||
