From dca442370feada140aa1f9b42a46a0d48917333e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 May 2013 13:52:36 -0700 Subject: recipes-core: Correct fastjar cmdline Signed-off-by: Khem Raj --- recipes-core/xml-commons/jaxp1.3_1.4.01.bb | 2 +- recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/xml-commons') 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" -- cgit v1.2.3-54-g00ecf