aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r--recipes-core/xml-commons/jaxp1.3_1.4.01.bb2
-rw-r--r--recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb2
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() {
cp LICENSE.*.txt README.*.txt build/license
- fastjar -c -m manifest.commons -f ${JARFILENAME} -C build .
+ fastjar cfm ${JARFILENAME} manifest.commons -C build .
}
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() {
(cd src && find org -name "*.xml" -o -name "*.txt" -o -name "*.src" -exec cp {} ../build/{} \;)
- fastjar -C build -c -m src/manifest.resolver -f ${JARFILENAME} org
+ fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org
}
SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766"