[oe-commits] Martin Jansa : icedtea6-native_1.8: don't use kenai. com for jdk6-jaf and jdk6-jaxws, add right configure params for drop-zip ( otherwise it's redownloaded during do_configure)

git version control git at git.openembedded.org
Thu Jul 15 10:34:19 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e3077e256db72543c2d559a50f392ed23b84b17b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e3077e256db72543c2d559a50f392ed23b84b17b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jul 15 12:30:43 2010 +0200

icedtea6-native_1.8: don't use kenai.com for jdk6-jaf and jdk6-jaxws, add right configure params for drop-zip (otherwise it's redownloaded during do_configure)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/icedtea/icedtea6-native_1.8.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/icedtea/icedtea6-native_1.8.bb b/recipes/icedtea/icedtea6-native_1.8.bb
index 9296ba5..67c2632 100644
--- a/recipes/icedtea/icedtea6-native_1.8.bb
+++ b/recipes/icedtea/icedtea6-native_1.8.bb
@@ -22,11 +22,11 @@ SRC_URI[ojdk.sha256sum] = "778ea7b323aaa24d3c6e8fe32b8bb0f49040d9e86271859077ada
 SRC_URI[iced.md5sum] = "e08dd0762749fb50ec6c273c366ee8ae"
 SRC_URI[iced.sha256sum] = "6823ff87969d978fe5523c729be3074142698c89acc8cc96c05b849fde54f61b"
 
-JAXWS_URI = "http://kenai.com/projects/jdk6-drops/downloads/download/jdk6-jaxws-2009_10_27.zip;name=jaxws"
+JAXWS_URI = "http://icedtea.classpath.org/download/source/drops/jdk6-jaxws-2009_10_27.zip;name=jaxws"
 SRC_URI[jaxws.md5sum] = "3ea5728706169498b722b898a1008acf"
 SRC_URI[jaxws.sha256sum] = "155ff3be83c980e197621a2fbf7ee34e8e0f536489351a5865cf0e52206245e2"
 
-JAF_URI = "http://kenai.com/projects/jdk6-drops/downloads/download/jdk6-jaf-2009_10_27.zip;name=jaf"
+JAF_URI = "http://icedtea.classpath.org/download/source/drops/jdk6-jaf-2009_10_27.zip;name=jaf"
 SRC_URI[jaf.md5sum] = "7a50bb540a27cdd0001885630088b758"
 SRC_URI[jaf.sha256sum] = "fdc51476fc6bcc69ea1f099f33e84601a126bfa8b11c8fa11c25dc574345aa9f"
 
@@ -52,3 +52,7 @@ export DISTRIBUTION_PATCHES = "\
         patches/icedtea-jdk-sane-x86-arch.patch \
 	patches/icedtea-unbreak-float.patch \
 	"
+
+EXTRA_OECONF += " --with-jaxws-drop-zip=${DL_DIR}/jdk6-jaxws-2009_10_27.zip \
+                  --with-jaf-drop-zip=${DL_DIR}/jdk6-jaf-2009_10_27.zip \
+                  --with-jaxp-drop-zip=${DL_DIR}/jdk6-jaxp-2009_10_13.zip "





More information about the Openembedded-commits mailing list