From 77f0eabfff1ff614f5c10abc35a164e8968e5130 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 17 Feb 2015 10:57:16 +0100 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-core/xml-commons/jaxen_1.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/xml-commons/jaxen_1.1.1.bb') 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 = "\ http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \ " +PNBLACKLIST[jaxen] ?= "BROKEN: depends on broken 'xom'" + inherit java-library do_compile() { -- cgit v1.2.3-54-g00ecf