blob: 8d9554c9990115535d11ebb922fab581340dae7f (
plain)
1
2
3
4
5
6
7
8
9
|
require classpath.inc
DEPENDS = "jikes-native zip-native"
RDEPENDS_${PBN}-minimal = "${PBN}-common (>= ${PV})"
RCONFLICTS_${PBN}-minimal = "${PBN}-gtk"
SRC_URI += "file://disable-automake-checks.patch;patch=1"
EXTRA_OECONF = "--with-jikes --without-x --with-glibj --disable-gtk-peer --disable-alsa"
|