diff options
| author | AJ Bagwell <anthony.bagwell@hivehome.com> | 2021-08-09 14:09:38 +0100 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2021-08-11 07:19:38 +0200 |
| commit | a1eb2b9788ed48508bbe87acf0fd9269aa3585f4 (patch) | |
| tree | ee6a6f1ff9ea93c9a87f0b5d20577655eca5bfe9 /recipes-core/ant | |
| parent | b71a9866abfd5292650ef0afc5ecb9ab5e29b887 (diff) | |
| download | meta-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')
| -rw-r--r-- | recipes-core/ant/ant-native_1.8.1.bb | 4 |
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 | ||
| 23 | do:removecruft() { | 23 | do_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 | ||
| 33 | addtask removecruft before do_patch after do:removebinaries | 33 | addtask deletecruft before do_patch after do_deletebinaries |
| 34 | 34 | ||
| 35 | do_compile() { | 35 | do_compile() { |
| 36 | mkdir -p build | 36 | mkdir -p build |
