summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-6-common.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-08-17 12:39:30 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-08-17 12:39:30 +0200
commitcf776672172eae7cb1967ac299b673478be67368 (patch)
tree56dd7f549af4f73778c05b9993b08437b67f27c8 /recipes-core/openjdk/openjdk-6-common.inc
parentbdb10ce175f9a849c358f9c23838cfedb0ba119d (diff)
downloadmeta-java-cf776672172eae7cb1967ac299b673478be67368.tar.gz
openjdk6: update to icedtea version 1.11.3
* new patch for fixing crosscompile of rmi
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-6-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc
index a9adbc8..d965736 100644
--- a/recipes-core/openjdk/openjdk-6-common.inc
+++ b/recipes-core/openjdk/openjdk-6-common.inc
@@ -4,8 +4,8 @@ LICENSE = "GPL-2.0-with-classpath-exception"
4PRIORITY = "optional" 4PRIORITY = "optional"
5SECTION = "libs" 5SECTION = "libs"
6 6
7# Name of the icedtea tarball and top-level directory. 7ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE'),d)[1].split("-")[1] or '1.0'}"
8ICEDTEA = "NEEDS TO BE SET" 8ICEDTEA = "icedtea6-${ICEDTEA_VERSION}"
9 9
10S = "${WORKDIR}/${ICEDTEA}" 10S = "${WORKDIR}/${ICEDTEA}"
11B = "${S}/build" 11B = "${S}/build"