diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-11-14 12:55:56 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-11-14 23:00:22 +0100 |
commit | cb9d26e56cba8e1be5d01dc2f85ab29fb0808d45 (patch) | |
tree | e8abe33fdd6d18f3cb1ca016210da2e8cdd4b3e5 | |
parent | fa5510fb527b7a4dae11fd96b65f69360c326e3a (diff) |
libecj-bootstrap 3.4: Prevent recipe being taken by default.
-rw-r--r-- | packages/ecj/libecj-bootstrap_3.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ecj/libecj-bootstrap_3.4.bb b/packages/ecj/libecj-bootstrap_3.4.bb index c321a8f2c1..ee1d1ab505 100644 --- a/packages/ecj/libecj-bootstrap_3.4.bb +++ b/packages/ecj/libecj-bootstrap_3.4.bb @@ -1,5 +1,8 @@ require libecj-bootstrap.inc +# Something is wrong with this ECJ version. It randomly fails to create directories. +DEFAULT_PREFERENCE = "-1" + SRC_URI = "\ http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc.zip \ " |