Now each recipes has its own sysroot under its WORKDIR, it we ease the jar files after prepare_recipe_sysroot we will erase the classpath.
Signed-off-by: Ricardo Ribalda Delgado <[email protected]> --- classes/java-library.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass index 58d5a4041a9f..e21e667b7ac6 100644 --- a/classes/java-library.bbclass +++ b/classes/java-library.bbclass @@ -54,7 +54,7 @@ do_removebinaries() { find ${WORKDIR} -name "*.class" -exec rm {} \; } -addtask removebinaries after do_unpack before do_patch +addtask removebinaries after do_unpack before prepare_recipe_sysroot do_install_append() { oe_jarinstall ${JARFILENAME} ${ALTJARFILENAMES} -- 2.11.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
