From e867b1328c967ffd91b99d08ccbb9ab034d12407 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 May 2013 13:50:19 -0700 Subject: xerces-j: Specify cp instead of bootclasspath This makes other javac implementations happy Signed-off-by: Khem Raj --- recipes-core/xerces-j/xerces-j_2.11.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb index be6d765..f9e497e 100644 --- a/recipes-core/xerces-j/xerces-j_2.11.0.bb +++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb @@ -45,11 +45,11 @@ do_compile() { oe_makeclasspath bcp -s jaxp-1.3 resolver bcp=$bcp:${STAGING_DATADIR_NATIVE}/classpath/glibj.zip - javac -sourcepath src -d build -bootclasspath $bcp `find src -name "*.java"` + javac -sourcepath src -d build -cp $bcp `find src -name "*.java"` (cd src && find org ! -name "*.java" -exec cp {} ../build/{} \;) - fastjar -C build -c -m src/manifest.xerces -f ${JARFILENAME} . + fastjar cfm ${JARFILENAME} src/manifest.xerces -C build . # Like Debian we provide a symlink called xmlParserAPIs.jar pointing to the JAXP # classes. -- cgit v1.2.3-54-g00ecf