summaryrefslogtreecommitdiffstats
path: root/recipes-core/xalan-j
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-07-21 11:34:07 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-07-21 11:34:07 +0200
commitfe411d359c6cec91218b8d7adffc23490656b152 (patch)
treeef0bea8c0260a93520b1e661512871888e07d182 /recipes-core/xalan-j
parent3708dbee311bb2d2a0c1e41364d2807f1200f1cb (diff)
downloadmeta-java-fe411d359c6cec91218b8d7adffc23490656b152.tar.gz
xalan-j: remove the directory before copy stuff to it
* when the build process got interrtupted it might happen something is already in build-serializer/ so remove it before creating it again
Diffstat (limited to 'recipes-core/xalan-j')
-rw-r--r--recipes-core/xalan-j/xalan-j_2.7.1.bb2
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
16SRC_URI = "\ 15SRC_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