summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/openjdk/openjdk-common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc
index dc26522..6a72572 100644
--- a/recipes-core/openjdk/openjdk-common.inc
+++ b/recipes-core/openjdk/openjdk-common.inc
@@ -7,7 +7,6 @@ SECTION = "libs"
7ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE', False),d)[1].split("-")[1] or '1.0'}" 7ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE', False),d)[1].split("-")[1] or '1.0'}"
8 8
9S = "${WORKDIR}/${ICEDTEA}" 9S = "${WORKDIR}/${ICEDTEA}"
10B = "${S}/build"
11 10
12DEPENDS_append_libc-uclibc = " virtual/libiconv " 11DEPENDS_append_libc-uclibc = " virtual/libiconv "
13 12
@@ -19,6 +18,8 @@ DEPENDS_append = " qemu-native "
19 18
20inherit java autotools gettext qemu pkgconfig 19inherit java autotools gettext qemu pkgconfig
21 20
21B = "${S}/build"
22
22# OpenJDK uses slightly different names for certain arches. We need to know 23# OpenJDK uses slightly different names for certain arches. We need to know
23# this to create some files which are expected by the build. 24# this to create some files which are expected by the build.
24def get_jdk_arch(d): 25def get_jdk_arch(d):