From cf776672172eae7cb1967ac299b673478be67368 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 17 Aug 2012 12:39:30 +0200 Subject: openjdk6: update to icedtea version 1.11.3 * new patch for fixing crosscompile of rmi --- recipes-core/openjdk/openjdk-6-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/openjdk/openjdk-6-common.inc') 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" PRIORITY = "optional" SECTION = "libs" -# Name of the icedtea tarball and top-level directory. -ICEDTEA = "NEEDS TO BE SET" +ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE'),d)[1].split("-")[1] or '1.0'}" +ICEDTEA = "icedtea6-${ICEDTEA_VERSION}" S = "${WORKDIR}/${ICEDTEA}" B = "${S}/build" -- cgit v1.2.3-54-g00ecf