gypsy: workaround automake failure in docs/reference
authorJohn Lee <john_lee@openmoko.org>
Mon, 10 Mar 2008 05:38:24 +0000 (05:38 +0000)
committerJohn Lee <john_lee@openmoko.org>
Mon, 10 Mar 2008 05:38:24 +0000 (05:38 +0000)
packages/gypsy/files/docs-reference-am.patch [new file with mode: 0644]
packages/gypsy/gypsy_svn.bb

diff --git a/packages/gypsy/files/docs-reference-am.patch b/packages/gypsy/files/docs-reference-am.patch
new file mode 100644 (file)
index 0000000..9eb0051
--- /dev/null
@@ -0,0 +1,17 @@
+Index: gypsy/docs/reference/Makefile.am
+===================================================================
+--- gypsy.orig/docs/reference/Makefile.am      2008-03-10 13:15:06.000000000 +0800
++++ gypsy/docs/reference/Makefile.am   2008-03-10 13:15:24.000000000 +0800
+@@ -88,10 +88,10 @@
+ # Other files to distribute
+ # e.g. EXTRA_DIST += version.xml.in
+-EXTRA_DIST += version.xml.in \
++EXTRA_DIST = version.xml.in \
+       gypsy-design.png
+-CLEANFILES += $(dbus_docs)
++CLEANFILES = $(dbus_docs)
+ ref-%.xml: $(top_srcdir)/interfaces/%-full.xml
+       $(XSLT) -o $@ $(top_srcdir)/docs/tools/spec-to-docbook.xsl $<
index 45e283b..bb1038d 100644 (file)
@@ -3,7 +3,8 @@ require gypsy.inc
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
-           file://fixups.patch;patch=1;maxrev=107"
+           file://fixups.patch;patch=1;maxrev=107 \
+           file://docs-reference-am.patch;patch=1;minrev=134"
 
 PV = "0.0+svnr${SRCREV}"
 S = "${WORKDIR}/${PN}"