[oe] [meta-java][PATCH 2/3] gnujaf: remove unnecessary reference to autotools

Hugo Vasconcelos Saldanha hugo.saldanha at aker.com.br
Tue Feb 24 16:05:38 UTC 2015


do_install was calling an unnecessary 'make install'. oe_jarinstall
provided by java-library class is sufficient.

Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha at aker.com.br>
---
 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





More information about the Openembedded-devel mailing list