diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-05-24 13:52:36 -0700 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-09-29 21:51:44 +0200 |
commit | dca442370feada140aa1f9b42a46a0d48917333e (patch) | |
tree | 93afdb625ba15f20415dbb37d8603c0d2577c712 /recipes-core/xml-commons | |
parent | ccf407d934bae10b6e1d2c5ecc6c0a113b09891d (diff) | |
download | meta-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')
-rw-r--r-- | recipes-core/xml-commons/jaxp1.3_1.4.01.bb | 2 | ||||
-rw-r--r-- | recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 2 |
2 files changed, 2 insertions, 2 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 | ||
30 | SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e" | 30 | SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e" |
diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb index 93a5c31..5853895 100644 --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | |||
@@ -33,7 +33,7 @@ do_compile() { | |||
33 | 33 | ||
34 | (cd src && find org -name "*.xml" -o -name "*.txt" -o -name "*.src" -exec cp {} ../build/{} \;) | 34 | (cd src && find org -name "*.xml" -o -name "*.txt" -o -name "*.src" -exec cp {} ../build/{} \;) |
35 | 35 | ||
36 | fastjar -C build -c -m src/manifest.resolver -f ${JARFILENAME} org | 36 | fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org |
37 | } | 37 | } |
38 | 38 | ||
39 | SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766" | 39 | SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766" |