Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-05 | java.bbclass: fixed oe_jarinstall for broken symlinks | Marcin Juszkiewicz | 1 | |
Code checked for existance of JAR file and if it was present then it had to be removed before symlinking to it. But it was not working sometimes so we forced symlinking. Proper fix is to check "does file exists or is a symlink" which we do now. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net> | ||||
2009-04-16 | java.bbclass: Use force (-f) for ln (suggested by Marcin). | Robert Schuster | 1 | |
2009-03-14 | java.bbclass: Make oe_makeclasspath more flexible (partly by Marcin ↵ | Robert Schuster | 1 | |
Juszkiewicz <hrw@openembedded.org>) - converted tabs to spaces - allow entries which have no corresponding jar file (just skip) - document that behavior | ||||
2008-10-22 | java.bbclass: Fixed indentation. | Robert Schuster | 1 | |
2008-10-10 | java.bbclass: Make oe_makeclasspath automatically use staging or staging native. | Robert Schuster | 1 | |
2008-10-07 | java.bbclass: Make oe_makeclasspath behavior more sane. | Robert Schuster | 1 | |
* return oe_makeclasspath result in variable * check for file existence only when -s is given | ||||
2008-10-07 | java.bbclass: Fixed oe_makeclasspath classpath generation. | Robert Schuster | 1 | |
2008-10-02 | java.bbclass: Error out if classpath entry cannot be found. | Robert Schuster | 1 | |
2008-06-06 | java.bbclass: | Robert Schuster | 1 | |
* Added libdir_jvm variable * Added STAGING_LIBDIR_JVM variable | ||||
2008-05-15 | java-library.bbclass: Default implementation for do_install/do_stage. | Robert Schuster | 1 | |
java.bbclass: Added oe_makeclasspath function. | ||||
2008-02-09 | java.bbclass: Added function to generate very simple wrapper scripts. | Robert Schuster | 1 | |
2008-01-17 | java.bbclass: New bbclass for java recipes. | Robert Schuster | 1 | |
java-library.bbclass: New bbclass for java library (jar) recipes. swt3.3-gtk: New recipe. swt3.4-gtk: New recipe. swt3.4-gtk-hildon: New recipe. |