-updating ecj to 3.3
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 24 Jul 2007 20:32:51 +0000 (20:32 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 24 Jul 2007 20:32:51 +0000 (20:32 +0000)
-its the first step to intgrate cacao-cldc in oe

packages/ecj/ecj-native_3.3.bb [new file with mode: 0644]

diff --git a/packages/ecj/ecj-native_3.3.bb b/packages/ecj/ecj-native_3.3.bb
new file mode 100644 (file)
index 0000000..ff2eb5f
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "JDT Core Batch Compiler"
+HOMEPAGE = "http://www.eclipse.org/"
+PRIORITY = "optional"
+SECTION = "devel"
+LICENSE = "EPL"
+PR = "r0"
+
+inherit native
+
+SRC_URI = "http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.3-200706251500/ecj.jar \
+          file://ecj.sh"
+
+do_stage() {
+        install -d ${STAGING_BINDIR_NATIVE}
+        install -m 755 ${S}/../ecj.jar ${STAGING_BINDIR_NATIVE}
+       install -m 755 ${S}/../ecj.sh ${STAGING_BINDIR_NATIVE}/ecj
+}