summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao
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/cacao
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/cacao')
-rw-r--r--recipes-core/cacao/cacao-initial-native_0.98.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb
index 181faca..72c6246 100644
--- a/recipes-core/cacao/cacao-initial-native_0.98.bb
+++ b/recipes-core/cacao/cacao-initial-native_0.98.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5SECTION = "interpreters" 5SECTION = "interpreters"
6 6
7PROVIDES = "virtual/java-initial" 7PROVIDES = "virtual/java-initial-native"
8 8
9inherit native autotools-brokensep 9inherit native autotools-brokensep
10 10