diff options
-rw-r--r-- | recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb index 4b0911d..85fc0b5 100644 --- a/recipes-core/xalan-j/xalan-j_2.7.1.bb +++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb | |||
@@ -12,7 +12,6 @@ DEPENDS_virtclass-native = " \ | |||
12 | xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \ | 12 | xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \ |
13 | " | 13 | " |
14 | 14 | ||
15 | |||
16 | SRC_URI = "\ | 15 | SRC_URI = "\ |
17 | http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \ | 16 | http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \ |
18 | http://archive.apache.org/dist/jakarta/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf \ | 17 | http://archive.apache.org/dist/jakarta/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf \ |
@@ -39,6 +38,7 @@ do_compile() { | |||
39 | # Remove BSF classes | 38 | # Remove BSF classes |
40 | rm -rf build-xalan/org/apache/bsf | 39 | rm -rf build-xalan/org/apache/bsf |
41 | 40 | ||
41 | rm -rf build-serializer/ | ||
42 | mkdir -p build-serializer/org/apache/xml | 42 | mkdir -p build-serializer/org/apache/xml |
43 | mv build/org/apache/xml/serializer build-serializer/org/apache/xml | 43 | mv build/org/apache/xml/serializer build-serializer/org/apache/xml |
44 | 44 | ||