diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-17 12:39:30 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-17 12:39:30 +0200 |
commit | cf776672172eae7cb1967ac299b673478be67368 (patch) | |
tree | 56dd7f549af4f73778c05b9993b08437b67f27c8 /recipes-core/openjdk/openjdk-6-common.inc | |
parent | bdb10ce175f9a849c358f9c23838cfedb0ba119d (diff) | |
download | meta-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.inc | 4 |
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" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | # Name of the icedtea tarball and top-level directory. | 7 | ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE'),d)[1].split("-")[1] or '1.0'}" |
8 | ICEDTEA = "NEEDS TO BE SET" | 8 | ICEDTEA = "icedtea6-${ICEDTEA_VERSION}" |
9 | 9 | ||
10 | S = "${WORKDIR}/${ICEDTEA}" | 10 | S = "${WORKDIR}/${ICEDTEA}" |
11 | B = "${S}/build" | 11 | B = "${S}/build" |