diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2011-12-20 12:05:35 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-21 19:57:00 +0100 |
commit | d8476d69a3c46106730bceca3a083d41ce3669dd (patch) | |
tree | c95a2592630d6de4c36abb8134c763219b2b39d4 /recipes-core | |
parent | 0e7a6f39f78182536b0df7a3d0c375be496dee0a (diff) | |
download | meta-java-d8476d69a3c46106730bceca3a083d41ce3669dd.tar.gz |
libecj-bootstrap: correct license to EPL-1.0
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc index e704a87..6f9048f 100644 --- a/recipes-core/ecj/libecj-bootstrap.inc +++ b/recipes-core/ecj/libecj-bootstrap.inc | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | DESCRIPTION = "JDT Core Batch Compiler - Jar only" | 3 | DESCRIPTION = "JDT Core Batch Compiler - Jar only" |
4 | HOMEPAGE = "http://www.eclipse.org/" | 4 | HOMEPAGE = "http://www.eclipse.org/" |
5 | LICENSE = "EPL-1" | 5 | LICENSE = "EPL-1.0" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1;md5=d830412fb40c35122cb4d78375d30f76" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6" |
7 | 7 | ||
8 | DEPENDS = "fastjar-native jikes-initial virtual/java-initial" | 8 | DEPENDS = "fastjar-native jikes-initial virtual/java-initial" |
9 | 9 | ||