summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx/inetlib_1.1.1.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-04-16 14:16:32 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commitc64369872559ba6604429070a72003719f54098f (patch)
treee9c9216b23f42f0cd5f3731c51b9f098d509b4c7 /recipes-core/classpathx/inetlib_1.1.1.bb
parent24092dc5e6680602d8a4b66bd9046f345bf58b3a (diff)
downloadmeta-java-c64369872559ba6604429070a72003719f54098f.tar.gz
inetlib: fix inetlib dependency during compilation
Fix a dependency issue when building many parallel threads for inetlib. The build failure looks like: 1. ERROR in source/gnu/inet/util/SaslCallbackHandler.java (at line 43) import javax.security.auth.callback.Callback; ^^^^^^^^^^^^^^ The issue is due to the jar linking before all the objects are complete. Signed-off-by: Paul Barrette <paul.barrette@windriver.com> Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'recipes-core/classpathx/inetlib_1.1.1.bb')
-rw-r--r--recipes-core/classpathx/inetlib_1.1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb
index f078e33..e42a650 100644
--- a/recipes-core/classpathx/inetlib_1.1.1.bb
+++ b/recipes-core/classpathx/inetlib_1.1.1.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
7 7
8SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \ 8SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \
9 file://datadir_java.patch \ 9 file://datadir_java.patch \
10 file://inetlib-missing-dependency-for-util_classes.patch \
10 " 11 "
11 12
12inherit java-library autotools 13inherit java-library autotools