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/xml-commons/xom_1.2.10.bb | |
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/xml-commons/xom_1.2.10.bb')
-rw-r--r-- | recipes-core/xml-commons/xom_1.2.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/xom_1.2.10.bb b/recipes-core/xml-commons/xom_1.2.10.bb index 5a71655..2520405 100644 --- a/recipes-core/xml-commons/xom_1.2.10.bb +++ b/recipes-core/xml-commons/xom_1.2.10.bb | |||
@@ -36,7 +36,7 @@ do_move_jaxen() { | |||
36 | 36 | ||
37 | } | 37 | } |
38 | 38 | ||
39 | addtask move_jaxen after do:removebinaries before do_patch | 39 | addtask move_jaxen after do_deletebinraries before do_patch |
40 | 40 | ||
41 | do_compile() { | 41 | do_compile() { |
42 | mkdir -p build | 42 | mkdir -p build |