summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-6-common.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-02-13 17:43:25 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-02-13 19:13:09 +0000
commit0187fd6617cca8e8e46e080df4591e113328913c (patch)
tree4679d128ac66ea482ce3c95d67c4a623d4ec1884 /recipes-core/openjdk/openjdk-6-common.inc
parent79ea78885c2e3b10bfb9f5cd1ef355ad2bff83ed (diff)
downloadmeta-java-0187fd6617cca8e8e46e080df4591e113328913c.tar.gz
openjdk: fix qemu target detection
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-6-common.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc
index b4ea9ab..bdc97d8 100644
--- a/recipes-core/openjdk/openjdk-6-common.inc
+++ b/recipes-core/openjdk/openjdk-6-common.inc
@@ -10,7 +10,7 @@ ICEDTEA = "NEEDS TO BE SET"
10S = "${WORKDIR}/${ICEDTEA}" 10S = "${WORKDIR}/${ICEDTEA}"
11B = "${S}/build" 11B = "${S}/build"
12 12
13INC_PR = "r13" 13INC_PR = "r14"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 ${ICEDTEA_URI} \ 16 ${ICEDTEA_URI} \
@@ -48,7 +48,7 @@ DEPENDS_append_libc-uclibc = " libiconv "
48# that generates constants for an assembler source file. There is no other 48# that generates constants for an assembler source file. There is no other
49# way than to generate this on a pseudo machine. Cross-compiling would not help 49# way than to generate this on a pseudo machine. Cross-compiling would not help
50# because structure sizes and/or alignment may differ. 50# because structure sizes and/or alignment may differ.
51DEPENDS_append_arm = " qemu-native " 51DEPENDS_append = " qemu-native "
52 52
53 53
54# No package should directly depend on this (it should require 54# No package should directly depend on this (it should require
@@ -68,7 +68,7 @@ PRIVATE_LIBS = "\
68 " 68 "
69 69
70 70
71inherit java autotools gettext 71inherit java autotools gettext qemu
72 72
73export ALT_CUPS_HEADERS_PATH = "${STAGING_INCDIR}" 73export ALT_CUPS_HEADERS_PATH = "${STAGING_INCDIR}"
74export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2" 74export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2"
@@ -250,7 +250,7 @@ EXTRA_OEMAKE += 'OE_LAUNCHER_LDFLAGS="${OE_LAUNCHER_LDFLAGS}"'
250 250
251 251
252# Large stack is required at least on x86_64 host, otherwise random segfaults appear: 252# Large stack is required at least on x86_64 host, otherwise random segfaults appear:
253QEMU = "qemu-${TARGET_ARCH} ${QEMU_OPTIONS} -s 1048576 -L ${STAGING_DIR_TARGET}" 253QEMU = "${@qemu_target_binary(d)} ${QEMU_OPTIONS} -s 1048576 -L ${STAGING_DIR_TARGET}"
254 254
255EXTRA_OEMAKE += 'QEMU="${QEMU}"' 255EXTRA_OEMAKE += 'QEMU="${QEMU}"'
256 256