summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao/cacao-initial-native_0.98.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/cacao/cacao-initial-native_0.98.bb')
-rw-r--r--recipes-core/cacao/cacao-initial-native_0.98.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb
index 8125e88..8432456 100644
--- a/recipes-core/cacao/cacao-initial-native_0.98.bb
+++ b/recipes-core/cacao/cacao-initial-native_0.98.bb
@@ -6,7 +6,7 @@ SECTION = "interpreters"
6 6
7PROVIDES = "virtual/java-initial-native" 7PROVIDES = "virtual/java-initial-native"
8 8
9inherit native autotools-brokensep 9inherit autotools-brokensep native
10 10
11DEPENDS = "zlib-native libtool-native fastjar-native classpath-initial-native jikes-initial-native" 11DEPENDS = "zlib-native libtool-native fastjar-native classpath-initial-native jikes-initial-native"
12 12
@@ -35,7 +35,7 @@ export JAVAC="jikes-initial"
35# enforces the usage of fastjar 35# enforces the usage of fastjar
36export JAR="fastjar" 36export JAR="fastjar"
37 37
38do_configure_append() { 38do_configure:append() {
39 # Fix the executable name in the wrapper script. 39 # Fix the executable name in the wrapper script.
40 sed -i -e "s|exec cacao \\$|exec cacao-initial \\$|" src/scripts/java.in 40 sed -i -e "s|exec cacao \\$|exec cacao-initial \\$|" src/scripts/java.in
41} 41}