From 305f1d85a6ce50d0c088e5d78c382565371572eb Mon Sep 17 00:00:00 2001 From: Hugo Vasconcelos Saldanha Date: Tue, 24 Feb 2015 13:05:38 -0300 Subject: gnujaf: remove unnecessary reference to autotools do_install was calling an unnecessary 'make install'. oe_jarinstall provided by java-library class is sufficient. Signed-off-by: Hugo Vasconcelos Saldanha Signed-off-by: Otavio Salvador --- 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}" -- cgit v1.2.3-54-g00ecf