[oe] [meta-java][PATCH] openjdk-7: disable IcedTea's auto-downloading

Richard Leitner richard.leitner at skidata.com
Tue Aug 16 12:49:00 UTC 2016


Pass "--enable-downloading=no" to IcedTea's make. This ensures
IcedTea uses the versions and checksums we defined in the openjdk-7-jre
recipe for its "sub-modules".

Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
---
 recipes-core/openjdk/openjdk-7-common.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc
index 759b426..f848a06 100644
--- a/recipes-core/openjdk/openjdk-7-common.inc
+++ b/recipes-core/openjdk/openjdk-7-common.inc
@@ -84,6 +84,8 @@ get_jdk7_jobs[vardepsexclude] += "OPENJDK_PARALLEL_MAKE"
 JDK_JOBS = "${@get_jdk7_jobs(d)}"
 
 EXTRA_OECONF = " \
+    --enable-downloading=no \
+    \
     --disable-tests \
     --disable-hotspot-tests \
     --disable-langtools-tests \
-- 
2.1.4




More information about the Openembedded-devel mailing list