diff options
-rw-r--r-- | recipes-core/openjdk/openjdk-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc index 349ce9e..dc26522 100644 --- a/recipes-core/openjdk/openjdk-common.inc +++ b/recipes-core/openjdk/openjdk-common.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-with-classpath-exception" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE'),d)[1].split("-")[1] or '1.0'}" | 7 | ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE', False),d)[1].split("-")[1] or '1.0'}" |
8 | 8 | ||
9 | S = "${WORKDIR}/${ICEDTEA}" | 9 | S = "${WORKDIR}/${ICEDTEA}" |
10 | B = "${S}/build" | 10 | B = "${S}/build" |