summaryrefslogtreecommitdiffstats
path: root/recipes-core/ant/ant-native_1.8.1.bb
diff options
context:
space:
mode:
authorAJ Bagwell <anthony.bagwell@hivehome.com>2021-08-09 14:09:38 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-08-11 07:19:38 +0200
commita1eb2b9788ed48508bbe87acf0fd9269aa3585f4 (patch)
treeee6a6f1ff9ea93c9a87f0b5d20577655eca5bfe9 /recipes-core/ant/ant-native_1.8.1.bb
parentb71a9866abfd5292650ef0afc5ecb9ab5e29b887 (diff)
downloadmeta-java-a1eb2b9788ed48508bbe87acf0fd9269aa3585f4.tar.gz
all: manual fixes for new override syntax
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/ant/ant-native_1.8.1.bb')
-rw-r--r--recipes-core/ant/ant-native_1.8.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb
index fa37dd1..8814039 100644
--- a/recipes-core/ant/ant-native_1.8.1.bb
+++ b/recipes-core/ant/ant-native_1.8.1.bb
@@ -20,7 +20,7 @@ DEPENDS = " \
20 junit-native jdepend-native commons-net-native commons-logging-native \ 20 junit-native jdepend-native commons-net-native commons-logging-native \
21 " 21 "
22 22
23do:removecruft() { 23do_deletecruft() {
24 # Removes thing that need proprietary Jar files or are otherwise problematic 24 # Removes thing that need proprietary Jar files or are otherwise problematic
25 rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/image 25 rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/image
26 rm -rf ${S}/src/main/org/apache/tools/ant/types/optional/image 26 rm -rf ${S}/src/main/org/apache/tools/ant/types/optional/image
@@ -30,7 +30,7 @@ do:removecruft() {
30 rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java 30 rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
31} 31}
32 32
33addtask removecruft before do_patch after do:removebinaries 33addtask deletecruft before do_patch after do_deletebinaries
34 34
35do_compile() { 35do_compile() {
36 mkdir -p build 36 mkdir -p build