diff options
| author | Max Krummenacher <max.oss.09@gmail.com> | 2015-02-17 10:57:16 +0100 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-17 10:53:34 -0200 |
| commit | 77f0eabfff1ff614f5c10abc35a164e8968e5130 (patch) | |
| tree | ea1a21b3510d34eb6139cf7686cc5feb5f976207 /recipes-core/xml-commons/jaxen_1.1.1.bb | |
| parent | 9b33eee75b70bd431f6cac098e97d3b6dd220b51 (diff) | |
| download | meta-java-77f0eabfff1ff614f5c10abc35a164e8968e5130.tar.gz | |
mark broken recipes with PNBLACKLIST
While testing commit 'java-library: inherit allarch' I found some recipes
throwing errors in do_compile.
The recipes jaxme and xom currently don't build with compiler errors.
jaxen, dom4j, jdom, commons-jxpath, commons-configuration depend directly
or indirectly on jaxme and/or xom and thus are unbildable.
Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/xml-commons/jaxen_1.1.1.bb')
| -rw-r--r-- | recipes-core/xml-commons/jaxen_1.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/xml-commons/jaxen_1.1.1.bb b/recipes-core/xml-commons/jaxen_1.1.1.bb index 147ccf9..4853683 100644 --- a/recipes-core/xml-commons/jaxen_1.1.1.bb +++ b/recipes-core/xml-commons/jaxen_1.1.1.bb | |||
| @@ -10,6 +10,8 @@ SRC_URI = "\ | |||
| 10 | http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \ | 10 | http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | PNBLACKLIST[jaxen] ?= "BROKEN: depends on broken 'xom'" | ||
| 14 | |||
| 13 | inherit java-library | 15 | inherit java-library |
| 14 | 16 | ||
| 15 | do_compile() { | 17 | do_compile() { |
