summaryrefslogtreecommitdiffstats
path: root/classes/java.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/java.bbclass')
-rw-r--r--classes/java.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/java.bbclass b/classes/java.bbclass
index fe24648..49c4c29 100644
--- a/classes/java.bbclass
+++ b/classes/java.bbclass
@@ -161,10 +161,10 @@ oe_java_simple_wrapper() {
161 shift 161 shift
162 done 162 done
163 163
164 oenote "Creating simple Java wrapper script" 164 bbnote "Creating simple Java wrapper script"
165 oenote "Output File: $output" 165 bbnote "Output File: $output"
166 oenote "Main Class: $mainclass" 166 bbnote "Main Class: $mainclass"
167 oenote "Classpath: $classpath" 167 bbnote "Classpath: $classpath"
168 168
169 echo "#!/bin/sh" > $output 169 echo "#!/bin/sh" > $output
170 echo "# This file is autogenerated by the oe_java_simple_wrapper function of OpenEmbedded" >> $output 170 echo "# This file is autogenerated by the oe_java_simple_wrapper function of OpenEmbedded" >> $output