summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-02-17 10:57:16 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-17 10:53:34 -0200
commit77f0eabfff1ff614f5c10abc35a164e8968e5130 (patch)
treeea1a21b3510d34eb6139cf7686cc5feb5f976207 /recipes-core/jakarta-commons/commons-jxpath_1.3.bb
parent9b33eee75b70bd431f6cac098e97d3b6dd220b51 (diff)
downloadmeta-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/jakarta-commons/commons-jxpath_1.3.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-jxpath_1.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
index d380ed9..8ccbad1 100644
--- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
+++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
@@ -6,6 +6,8 @@ DESCRIPTION = "JXPath interpreter for Java"
6 6
7SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" 7SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz"
8 8
9PNBLACKLIST[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'"
10
9DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" 11DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom"
10RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" 12RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java"
11 13