xproto: disable spec generation
authorKevin Tian <kevin.tian@intel.com>
Mon, 29 Nov 2010 02:23:57 +0000 (10:23 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 29 Nov 2010 11:50:55 +0000 (03:50 -0800)
it's simply broken with below errors:

| /usr/bin/xmlto: line 343: echo: write error: Broken pipe
| Making portrait pages on letter paper (215.9mmx279.4mm)
| Making portrait pages on letter paper (215.9mmx279.4mm)
| [warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
| [warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
| Nov 29, 2010 8:42:16 AM org.apache.fop.apps.FOURIResolver resolve
| SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host

So temporarily disable it until we have a better solution for doc generation later

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb

index c145b60..866364e 100644 (file)
@@ -3,7 +3,8 @@ require xorg-proto-common.inc
 LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=70c104816b85de375ba1fc09199d0e69"
 
-PR = "r0"
+PR = "r1"
 PE = "1"
 
+EXTRA_OECONF_append = "--enable-specs=no"
 BBCLASSEXTEND = "native nativesdk"