qemu-qop: disable docs, patch from Werner Schulte <w1@schulte-ac.de>
authorAdrian Davey <ade@beth2.org>
Mon, 3 Apr 2006 10:26:35 +0000 (10:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 3 Apr 2006 10:26:35 +0000 (10:26 +0000)
 closes bug 801
* adds trunk_nodocs patch
* changes qemu-qop bb to include patch

packages/qemu/files/trunk_nodocs.patch [new file with mode: 0644]
packages/qemu/qemu-qop-nogfx-native_svn.bb

diff --git a/packages/qemu/files/trunk_nodocs.patch b/packages/qemu/files/trunk_nodocs.patch
new file mode 100644 (file)
index 0000000..36977ca
--- /dev/null
@@ -0,0 +1,40 @@
+diff -Naur trunk_orig/Makefile trunk/Makefile
+--- trunk_orig/Makefile        2006-04-01 11:01:54.000000000 +0200
++++ trunk/Makefile     2006-04-01 12:40:45.000000000 +0200
+@@ -12,7 +12,7 @@
+ ifdef CONFIG_STATIC
+ LDFLAGS+=-static
+ endif
+-DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1
++DOCS=
+ all: dyngen$(EXESUF) $(TOOLS) $(DOCS)
+       for d in $(TARGET_DIRS); do \
+@@ -54,10 +54,10 @@
+                        pc-bios/proll.elf \
+                        pc-bios/linux_boot.bin "$(datadir)"
+       mkdir -p "$(docdir)"
+-      install -m 644 qemu-doc.html  qemu-tech.html "$(docdir)"
++#     install -m 644 qemu-doc.html  qemu-tech.html "$(docdir)"
+ ifndef CONFIG_WIN32
+       mkdir -p "$(mandir)/man1"
+-      install qemu.1 qemu-img.1 "$(mandir)/man1"
++#     install qemu.1 qemu-img.1 "$(mandir)/man1"
+       mkdir -p "$(datadir)/keymaps"
+       install -m 644 $(addprefix keymaps/,$(KEYMAPS)) "$(datadir)/keymaps"
+ endif
+@@ -122,10 +122,10 @@
+       $(datadir)/ppc_rom.bin \
+       $(datadir)/video.x \
+       $(datadir)/proll.elf \
+-      $(datadir)/linux_boot.bin \
+-      $(docdir)/qemu-doc.html \
+-      $(docdir)/qemu-tech.html \
+-      $(mandir)/man1/qemu.1 $(mandir)/man1/qemu-img.1 )
++      $(datadir)/linux_boot.bin
++#     $(docdir)/qemu-doc.html \
++#     $(docdir)/qemu-tech.html \
++#     $(mandir)/man1/qemu.1 $(mandir)/man1/qemu-img.1 )
+ ifneq ($(wildcard .depend),)
+ include .depend
index cfe5765..58c65b6 100644 (file)
@@ -3,7 +3,8 @@ PV = "0.8.0+svn${SRCDATE}"
 PROVIDES = "qemu-native"
 
 SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \
-           file://configure.patch;patch=1"
+           file://configure.patch;patch=1 \
+           file://trunk_nodocs.patch;patch=1"
            
 S = "${WORKDIR}/trunk"