blob: e5595b904e9a8840f01fc67a581dc508ef0071fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# add our own files path to override meta-java
# (use custom jvm.cfg that defaults to jamvm since it seems the most stable and fast)
FILESEXTRA := "${THISDIR}"
FILESPATH =. "${FILESEXTRA}/openjdk-6-6b24:"
PR .= ".corecdp2"
# skip building shark
WITH_ADDITIONAL_VMS = "cacao,jamvm"
# don't need llvm if we aren't building shark
DEPENDS := "${@bb.data.getVar('DEPENDS',d,1).replace(' llvm2.8 ',' ')}"
ICEDTEAPATCHES += "file://icedtea-openjdk-remove-currency-data-generation-expi.patch;apply=no"
DISTRIBUTION_PATCHES += "patches/icedtea-openjdk-remove-currency-data-generation-expi.patch"
|