diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-11-29 10:23:57 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-29 03:50:55 -0800 |
commit | 386a1f75c1065dbee7cba0e21f858e0101845eb1 (patch) | |
tree | 981a5f93642e4eabca87adeda7db9e123b6bee48 | |
parent | b7ab194d937c30b2cbd3f99cc951a0acc7bdb520 (diff) | |
download | poky-386a1f75c1065dbee7cba0e21f858e0101845eb1.tar.gz |
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>
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb index c145b60b23..866364eea0 100644 --- a/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb +++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb | |||
@@ -3,7 +3,8 @@ require xorg-proto-common.inc | |||
3 | LICENSE = "MIT & MIT-style" | 3 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=70c104816b85de375ba1fc09199d0e69" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=70c104816b85de375ba1fc09199d0e69" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r1" |
7 | PE = "1" | 7 | PE = "1" |
8 | 8 | ||
9 | EXTRA_OECONF_append = "--enable-specs=no" | ||
9 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |