do_install was calling an unnecessary 'make install'. oe_jarinstall provided by java-library class is sufficient.
Signed-off-by: Hugo Vasconcelos Saldanha <[email protected]> --- recipes-core/classpathx/gnujaf_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/classpathx/gnujaf_1.1.1.bb b/recipes-core/classpathx/gnujaf_1.1.1.bb index 69681b4..0bd8b57 100644 --- a/recipes-core/classpathx/gnujaf_1.1.1.bb +++ b/recipes-core/classpathx/gnujaf_1.1.1.bb @@ -10,7 +10,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \ file://MimeType-symbols-fix.patch \ " -inherit autotools java-library +inherit java-library S = "${WORKDIR}/activation-${PV}" -- 2.3.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
