mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
xproto: disable spec generation
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>
This commit is contained in:
committed by
Richard Purdie
parent
b7ab194d93
commit
386a1f75c1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user