require classpath-native.inc # Deadlocks occur on at least amd64 hosts. DEFAULT_PREFERENCE = "-1" PR = "r3" # The code affected by the javanet-local patch # is usually not compiled. However if someone changes # to --enable-local-sockets it will. SRC_URI += "\ file://SimpleName.diff;apply=yes;striplevel=0 \ file://sun-security-getproperty.patch;apply=yes;striplevel=0 \ file://ecj_java_dir.patch;apply=yes \ file://autotools.patch;apply=yes \ file://miscompilation.patch;apply=yes \ file://toolwrapper-exithook.patch;apply=yes \ " do_unpackpost() { # Kind of patch: Moves package "org.w3c.dom.html2" to "org.w3c.dom.html" mv external/w3c_dom/org/w3c/dom/html2 \ external/w3c_dom/org/w3c/dom/html find examples/gnu/classpath/examples/html gnu/xml/dom/html2 external/w3c_dom/org/w3c/dom/html -name "*.java" \ -exec sed -i -e"s|org.w3c.dom.html2|org.w3c.dom.html|" {} \; sed -i -e"s|org/w3c/dom/html2|org/w3c/dom/html|" external/w3c_dom/Makefile.am } addtask unpackpost after do_unpack before do_patch SRC_URI[md5sum] = "90c6571b8b0309e372faa0f9f6255ea9" SRC_URI[sha256sum] = "501b5acd4dff79b6100da22cef15080f31071821ce3cea6f1b739bc1b56fac3f"