java.bbclass: Fixed oe_makeclasspath classpath generation.
authorRobert Schuster <thebohemian@gmx.net>
Tue, 7 Oct 2008 09:54:04 +0000 (09:54 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Tue, 7 Oct 2008 09:54:04 +0000 (09:54 +0000)
classes/java.bbclass

index 9e51a0b..11a2bf5 100644 (file)
@@ -99,7 +99,7 @@ oe_makeclasspath() {
                                oefatal "oe_makeclasspath: Jar file for '$1' not found at $file"
                        fi
 
-      classpath=$classpath$file
+      classpath=$classpath$delimiter$file
       delimiter=":"
       ;;
     esac