summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-05-24 13:52:36 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-09-29 21:51:44 +0200
commitdca442370feada140aa1f9b42a46a0d48917333e (patch)
tree93afdb625ba15f20415dbb37d8603c0d2577c712 /recipes-core/xml-commons/jaxp1.3_1.4.01.bb
parentccf407d934bae10b6e1d2c5ecc6c0a113b09891d (diff)
downloadmeta-java-dca442370feada140aa1f9b42a46a0d48917333e.tar.gz
recipes-core: Correct fastjar cmdline
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/xml-commons/jaxp1.3_1.4.01.bb')
-rw-r--r--recipes-core/xml-commons/jaxp1.3_1.4.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
index 481a1ec..711b6b7 100644
--- a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
+++ b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
@@ -24,7 +24,7 @@ do_compile() {
24 24
25 cp LICENSE.*.txt README.*.txt build/license 25 cp LICENSE.*.txt README.*.txt build/license
26 26
27 fastjar -c -m manifest.commons -f ${JARFILENAME} -C build . 27 fastjar cfm ${JARFILENAME} manifest.commons -C build .
28} 28}
29 29
30SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e" 30SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e"