diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-08-24 11:29:07 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-08-24 11:29:07 +0200 |
commit | 4f2d35ae98ab9f9fc7512ff91a3deeb842e5205b (patch) | |
tree | 60437d7596715bc66815be949dceafbc516e2582 /recipes/ecj/libecj-bootstrap_3.5.bb | |
parent | 0066ccb83118f8a7593dd589c8344af9b7afc2eb (diff) |
libecj-bootstrap 3.5: Set DEFAULT_PREFERENCE to -1.
Diffstat (limited to 'recipes/ecj/libecj-bootstrap_3.5.bb')
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb index 1665b337b6..005000eb4b 100644 --- a/recipes/ecj/libecj-bootstrap_3.5.bb +++ b/recipes/ecj/libecj-bootstrap_3.5.bb @@ -1,3 +1,7 @@ +# 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 = "r0" |