blob: f5a48c40a9140087fc311844b87899179958555b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Compatible with GNU Classpath 0.95 only!
require cacao-cldc.inc
PR = "r1"
SRC_URI += "\
http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=8b8907c8b925761c9410bcadb9705346 \
file://midpath.patch;patch=1 \
file://offsets_make.patch;patch=1 \
file://classpath_var.patch;patch=1 \
file://libmath.patch;patch=1 \
file://arm_mmap.patch;patch=1 \
"
SRC_URI_append_arm = "file://offset.h_arm.patch;patch=1"
|