[oe] [meta-java][master][pyro][PATCH 0/4] xml-commons: unblacklist

Tim Orling timothy.t.orling at linux.intel.com
Sun May 21 23:25:51 UTC 2017


In preparation for maven, we need xml-commons in better shape. The
following patches correct the behavior that led to blacklisting, update
versions --where possible-- and fix Recipe Specific Sysroots (RSS)
regressions.

If you have issues with "javac" core-dumping, it appears to be
due to a bug in sstate which I have yet to track down. When you
-c devshell, the symptom is that .../usr/share/java/ecj-bootstrap.jar
symlink and the real file are not present. The workaround is to wipe
tmp and sstate-cache and rebuild :(

I am also seeing some odd behavior while fetching source jars,
occasionally throwing an error that "unzip" does not exist,
even though bitbake/lib/bb/fetch2 properly associates a .jar
extension with "unzip". I have yet to see a strong enough pattern
to figure out why this is happening. I am fighting the temptation
to add unzip to HOSTTOOLS, as unzip-native should be working.

The remaining blacklisted recipes are proving harder to fix than
I would hope. Much of this infrastructure is aging badly upstream.

Tim Orling (4):
  xom: unblacklist and update to v1.2.10
  jaxen: unblacklist and update to v1.1.6
  dom4j: unblacklist and fix build
  jdom: unblacklist and update to v1.1.3

 recipes-core/xml-commons/dom4j_1.6.1.bb            | 29 ++++++------
 recipes-core/xml-commons/jaxen_1.1.1.bb            | 35 --------------
 recipes-core/xml-commons/jaxen_1.1.6.bb            | 40 ++++++++++++++++
 recipes-core/xml-commons/jdom_1.1.3.bb             | 25 ++++++++++
 recipes-core/xml-commons/jdom_1.1.bb               | 28 -----------
 .../04_remove_sun_import.patch                     |  0
 recipes-core/xml-commons/xom_1.1.bb                | 54 ----------------------
 recipes-core/xml-commons/xom_1.2.10.bb             | 50 ++++++++++++++++++++
 8 files changed, 129 insertions(+), 132 deletions(-)
 delete mode 100644 recipes-core/xml-commons/jaxen_1.1.1.bb
 create mode 100644 recipes-core/xml-commons/jaxen_1.1.6.bb
 create mode 100644 recipes-core/xml-commons/jdom_1.1.3.bb
 delete mode 100644 recipes-core/xml-commons/jdom_1.1.bb
 rename recipes-core/xml-commons/{xom-1.1 => xom-1.2.10}/04_remove_sun_import.patch (100%)
 delete mode 100644 recipes-core/xml-commons/xom_1.1.bb
 create mode 100644 recipes-core/xml-commons/xom_1.2.10.bb

-- 
2.9.4




More information about the Openembedded-devel mailing list