summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>2015-02-24 13:05:38 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-26 21:22:31 -0300
commit305f1d85a6ce50d0c088e5d78c382565371572eb (patch)
tree16535cb4ce4a31ddbe8a56b4e2b13151221dcc67
parent6acfc3350dd4e5f37866d95b870ff91edf64751b (diff)
downloadmeta-java-305f1d85a6ce50d0c088e5d78c382565371572eb.tar.gz
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 <hugo.saldanha@aker.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-core/classpathx/gnujaf_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
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 \
10 file://MimeType-symbols-fix.patch \ 10 file://MimeType-symbols-fix.patch \
11 " 11 "
12 12
13inherit autotools java-library 13inherit java-library
14 14
15S = "${WORKDIR}/activation-${PV}" 15S = "${WORKDIR}/activation-${PV}"
16 16