blob: 38fcb37b829e95f987f497cd0adc5372c6e4e124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require cacao.inc
PR = "r5"
SRC_URI = "\
http://jalimo.evolvis.org/repository/sources/cacao-${PV}.tar.bz2;md5sum=9ff10c929bd0cbf15909107c1aff7518 \
file://cacao-0.98+svn-libdir.diff;patch=1 \
file://cacao-0.98+svn-classpath_var.patch;patch=1 \
file://cacao-0.98+hg-arm-cacheflush-workaround.patch;patch=1 \
file://cacao-0.98+hg-attachthread.patch;patch=1 \
"
EXTRA_OECONF += "\
--enable-annotations \
"
|