diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2021-09-20 22:41:22 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2021-09-22 08:41:12 +0200 |
commit | 816d8ec079741ece4bce6a9ca60a058e0993d4b7 (patch) | |
tree | 27ba37e7e63c9a383731b137cca50a9696245925 | |
parent | 390fcea57322312bfc23deded7fec6132075fef4 (diff) | |
download | meta-java-816d8ec079741ece4bce6a9ca60a058e0993d4b7.tar.gz |
openjdk7: Use bb.parse.vars_from_file()
bb.parse.BBHandler.vars_from_file() was removed in:
https://git.openembedded.org/bitbake/commit/?id=aaa5292ef96ea27f505bc5c5a4b1eb4f497ed061
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r-- | recipes-core/openjdk/openjdk-7-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 61b62b9..0435233 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-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', False),d)[1].split("-")[1] or '1.0'}" | 7 | ICEDTEA_VERSION = "${@bb.parse.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 | 10 | ||