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/jdepend/jdepend_2.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/jdepend') diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend_2.9.1.bb index 7511914..9f74f44 100644 --- a/recipes-core/jdepend/jdepend_2.9.1.bb +++ b/recipes-core/jdepend/jdepend_2.9.1.bb @@ -15,7 +15,7 @@ do_compile() { javac -sourcepath src -d build `find src -name "*.java"` - fastjar -C build -c -f ${JARFILENAME} . + fastjar cf ${JARFILENAME} -C build . } SRC_URI[md5sum] = "0cbaf43493cd30838bee261f69e76fe9" -- cgit v1.2.3-54-g00ecf