aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpathx/gnujaf_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/classpathx/gnujaf_1.1.1.bb')
-rw-r--r--recipes/classpathx/gnujaf_1.1.1.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes/classpathx/gnujaf_1.1.1.bb b/recipes/classpathx/gnujaf_1.1.1.bb
index f8f6440624..e0dfd24913 100644
--- a/recipes/classpathx/gnujaf_1.1.1.bb
+++ b/recipes/classpathx/gnujaf_1.1.1.bb
@@ -4,7 +4,7 @@ AUTHOR = "GNU ClasspathX"
SRC_URI = "\
http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \
- file://datadir_java.patch;patch=1 \
+ file://datadir_java.patch \
"
# java-library must be last (it defines do_stage)
@@ -12,7 +12,7 @@ inherit autotools java-library
S = "${WORKDIR}/activation-${PV}"
-DEPENDS = "fastjar-native"
+PR = "r1"
export JAVAC = "javac"
@@ -30,9 +30,8 @@ do_compile() {
fastjar -C build -c -f ${JARFILENAME} .
}
-do_install() {
- java_install
-}
-
SRC_URI[md5sum] = "de50d7728e8140eb404f2b4554321f8c"
SRC_URI[sha256sum] = "b1b5ef560d30fcb11fbf537246857d14110ce4eb2b200d4c54690472305d87b7"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"