summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2015-03-31 10:22:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-03-31 13:48:09 -0300
commitff169c8e4337253f509f19aa933ce2b70d838a99 (patch)
treea995b1d74aa5ea705304437f63c1117ccd73ac05 /recipes-core/ecj
parent85c4d06c8052278edd7e23a9e8a7eb17e8700e23 (diff)
downloadmeta-java-ff169c8e4337253f509f19aa933ce2b70d838a99.tar.gz
cacao-initial-native, jamvm-initial-native: provide virtual/java-initial-native
Since bd9c6023, virtual/java-initial is provided by cacao-initial-native and jamvm-initial-native. For consistency, this commit makes them provide virtual/java-initial-native instead. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/ecj')
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index 9fb4156..020b8d3 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.eclipse.org/"
5LICENSE = "EPL-1.0" 5LICENSE = "EPL-1.0"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6"
7 7
8DEPENDS = "fastjar-native jikes-initial-native virtual/java-initial" 8DEPENDS = "fastjar-native jikes-initial-native virtual/java-initial-native"
9 9
10INC_PR = "r5" 10INC_PR = "r5"
11 11