[oe-commits] org.oe.dev -updating ecj to 3.3

woglinde2 commit openembedded-commits at lists.openembedded.org
Wed Jul 25 01:38:58 UTC 2007


-updating ecj to 3.3 
-its the first step to intgrate cacao-cldc in oe

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: b9e4925c1b541f575dbfe4e254451b986acf1d60
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b9e4925c1b541f575dbfe4e254451b986acf1d60
Files:
1
packages/ecj/ecj-native_3.3.bb
Diffs:

#
# mt diff -re14fb69e71ff87c576651d22d49fe8660413aa84 -rb9e4925c1b541f575dbfe4e254451b986acf1d60
#
# 
# 
# add_file "packages/ecj/ecj-native_3.3.bb"
#  content [0f85a3d3ad42d286e9bb55d5c4186de8986fc303]
# 
============================================================
--- packages/ecj/ecj-native_3.3.bb	0f85a3d3ad42d286e9bb55d5c4186de8986fc303
+++ packages/ecj/ecj-native_3.3.bb	0f85a3d3ad42d286e9bb55d5c4186de8986fc303
@@ -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
+}






More information about the Openembedded-commits mailing list