summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/xml-commons/xpp3_1.1.3.4.O.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
index f264022..808a937 100644
--- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
+++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
@@ -33,7 +33,7 @@ do_compile() {
33 mkdir -p build-xpath 33 mkdir -p build-xpath
34 34
35 sourcepath="src/java/xpath" 35 sourcepath="src/java/xpath"
36 findpath="${sourcepath//:/ }" 36 findpath=${sourcepath}
37 javac -sourcepath $sourcepath -cp build-oe -d build-xpath `find $findpath -name "*.java"` 37 javac -sourcepath $sourcepath -cp build-oe -d build-xpath `find $findpath -name "*.java"`
38 38
39 fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar . 39 fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar .