diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-07-24 20:35:54 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-07-24 20:35:54 +0000 |
commit | 3e64ab997be17ab3d0e33d6f775c3b844d22596a (patch) | |
tree | 385eeaf6482951748d949b38e99b51d5625bd983 | |
parent | aee2e59f7a77faf0d0f8de429606eaaed203fc3c (diff) | |
parent | 7a8044caa66ef4afafecd61dc8fedc8972c7daa9 (diff) |
merge of '9fd082bd3a6b033c885925024d8f350d1b0c0438'
and 'b9e4925c1b541f575dbfe4e254451b986acf1d60'
-rw-r--r-- | packages/ecj/ecj-native_3.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/ecj/ecj-native_3.3.bb b/packages/ecj/ecj-native_3.3.bb new file mode 100644 index 0000000000..ff2eb5f49e --- /dev/null +++ b/packages/ecj/ecj-native_3.3.bb @@ -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 +} |