aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/bcel/bcel_5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/bcel/bcel_5.2.bb')
-rw-r--r--recipes-core/bcel/bcel_5.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/bcel/bcel_5.2.bb b/recipes-core/bcel/bcel_5.2.bb
index 27fd8d9..6ff345d 100644
--- a/recipes-core/bcel/bcel_5.2.bb
+++ b/recipes-core/bcel/bcel_5.2.bb
@@ -16,9 +16,9 @@ do_compile() {
oe_makeclasspath cp -s xercesImpl regexp
- javac -sourcepath src/java -d build -cp $cp `find src/java -name \*.java`
+ javac -encoding ISO-8859-1 -sourcepath src/java -d build -cp $cp `find src/java -name \*.java`
- fastjar -C build -c -f ${JARFILENAME} .
+ fastjar cf ${JARFILENAME} -C build .
}
SRC_URI[md5sum] = "905b7e718e30e7ca726530ecf106e532"