aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx/gnujaf_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/classpathx/gnujaf_1.1.1.bb')
-rw-r--r--recipes-core/classpathx/gnujaf_1.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/classpathx/gnujaf_1.1.1.bb b/recipes-core/classpathx/gnujaf_1.1.1.bb
index d6b9e0f..69681b4 100644
--- a/recipes-core/classpathx/gnujaf_1.1.1.bb
+++ b/recipes-core/classpathx/gnujaf_1.1.1.bb
@@ -7,6 +7,7 @@ PR = "r1"
SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \
file://datadir_java.patch \
+ file://MimeType-symbols-fix.patch \
"
inherit autotools java-library
@@ -26,7 +27,7 @@ do_compile() {
javac -sourcepath source -d build `find source -name "*.java"`
- fastjar -C build -c -f ${JARFILENAME} .
+ fastjar cf ${JARFILENAME} -C build .
}
SRC_URI[md5sum] = "de50d7728e8140eb404f2b4554321f8c"