[oe-commits] Robert Schuster : libecj-bootstrap 3.4: Prevent recipe being taken by default.

GIT User account git at amethyst.openembedded.net
Sat Nov 15 12:14:23 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cb9d26e56cba8e1be5d01dc2f85ab29fb0808d45
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb9d26e56cba8e1be5d01dc2f85ab29fb0808d45

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Fri Nov 14 12:55:56 2008 +0100

libecj-bootstrap 3.4: Prevent recipe being taken by default.

---

 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 c321a8f..ee1d1ab 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 \
   "





More information about the Openembedded-commits mailing list