blob: adc97121b17db57edfdf5ea650b42c62a6a290b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Causes problems with openjdk/icedtea. See Eclipse bug eclipse bug #285466
# Might get fixed in IcedTea 1.6
DEFAULT_PREFERENCE = "-1"
require libecj-bootstrap.inc
PR = "r1"
SRC_URI = " \
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \
"
|